Html Css Color HEX #400204 Rustic Red

📋 copy color: '#400204'

red 64 ◦ green 2 ◦ blue 4

#400204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #400204

Tints of Rustic Red #400204

RGB

 RED value IS 64 (25.39% from 255) = 91.43%

 GREEN value IS 2 (1.17% from 255) = 2.86%

 BLUE value IS 4 (1.95% from 255) = 5.71%

R = 91.43%
G = 2.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#400204 (or 0x400204) is known color: Rustic Red. HEX triplet: 40, 02 and 04. RGB value is (64,2,4). Sum of RGB (Red+Green+Blue) = 64+2+4=70 (9% of max value = 765). Red value is 64 (25.39% from 255 or 91.43% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 64 - color contains mainly: red. Hex color #400204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400204 is #BFFDFB. Grayscale: #141414. Windows color (decimal): -12582396 or 262720. OLE color: 262720.

HSL color Cylindrical-coordinate representation of color #400204: hue angle of 358.06º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400204 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 2 4 -
CMYK 0 0.97 0.94 0.75
HSL 358.06º 0.94% 0.13% -
HSV(B) 358.06º 0.97% 0.25% -
XYZ 2.16 1.14 0.22 -
YUV 20.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 64 2 4 0 0.97 0.94 0.75 358.06 0.94 0.13
Hex 40 2 4 0 61 5E 4B 166 5E D
Octal 100 2 4 0 141 136 113 546 136 15
Binary 1000000 10 100 0 1100001 1011110 1001011 101100110 1011110 1101

Color Harmonies of #400204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400204

Black with #400204

Text Example


Text Example

White with #400204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400204; }

 p { color: rgb(64,2,4); }

 H1.HeaderClassName
 {
   color: #400204;
 }
 .AnyTagClassName
 {
   color: #400204;
 }
</style>

background-color css

<style>
 a { background-color: #400204; }

 a { background-color: rgb(64,2,4); }

 div.DivClassName
 {
   background-color: #400204;
 }
 .BgClassName
 {
   background-color: #400204;
 }
</style>

border-color css

<style>
 span { border-color: #400204; }

 span { border-color: rgb(64,2,4); }

 td.TdClassName
 {
   border-color: #400204;
 }
 .TagClassName
 {
   border-color: #400204;
 }
</style>