Html Css Color HEX #420409 Rustic Red

📋 copy color: '#420409'

red 66 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #420409

Tints of Rustic Red #420409

RGB

 RED value IS 66 (26.17% from 255) = 83.54%

 GREEN value IS 4 (1.95% from 255) = 5.06%

 BLUE value IS 9 (3.91% from 255) = 11.39%

R = 83.54%
G = 5.06%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#420409 (or 0x420409) is known color: Rustic Red. HEX triplet: 42, 04 and 09. RGB value is (66,4,9). Sum of RGB (Red+Green+Blue) = 66+4+9=79 (10% of max value = 765). Red value is 66 (26.17% from 255 or 83.54% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 66 - color contains mainly: red. Hex color #420409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420409 is #BDFBF6. Grayscale: #171717. Windows color (decimal): -12450807 or 590914. OLE color: 590914.

HSL color Cylindrical-coordinate representation of color #420409: hue angle of 355.16º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420409 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 4 9 -
CMYK 0 0.94 0.86 0.74
HSL 355.16º 0.89% 0.14% -
HSV(B) 355.16º 0.94% 0.26% -
XYZ 2.34 1.26 0.38 -
YUV 23.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 66 4 9 0 0.94 0.86 0.74 355.16 0.89 0.14
Hex 42 4 9 0 5E 56 4A 163 59 E
Octal 102 4 11 0 136 126 112 543 131 16
Binary 1000010 100 1001 0 1011110 1010110 1001010 101100011 1011001 1110

Color Harmonies of #420409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420409

Black with #420409

Text Example


Text Example

White with #420409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420409; }

 p { color: rgb(66,4,9); }

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

background-color css

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

 a { background-color: rgb(66,4,9); }

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

border-color css

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

 span { border-color: rgb(66,4,9); }

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