Html Css Color HEX #420009 Rustic Red

📋 copy color: '#420009'

red 66 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #420009

Tints of Rustic Red #420009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88%
G = 0%
B = 12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#420009 (or 0x420009) is known color: Rustic Red. HEX triplet: 42, 00 and 09. RGB value is (66,0,9). Sum of RGB (Red+Green+Blue) = 66+0+9=75 (9% of max value = 765). Red value is 66 (26.17% from 255 or 88% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 66 - color contains mainly: red. Hex color #420009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420009 is #BDFFF6. Grayscale: #141414. Windows color (decimal): -12451831 or 589890. OLE color: 589890.

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

Color convert

RGB 66 0 9 -
CMYK 0 1 0.86 0.74
HSL 351.82º 1% 0.13% -
HSV(B) 351.82º 1% 0.26% -
XYZ 2.3 1.18 0.36 -
YUV 20.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 66 0 9 0 1 0.86 0.74 351.82 1 0.13
Hex 42 0 9 0 64 56 4A 160 64 D
Octal 102 0 11 0 144 126 112 540 144 15
Binary 1000010 0 1001 0 1100100 1010110 1001010 101100000 1100100 1101

Color Harmonies of #420009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420009

Black with #420009

Text Example


Text Example

White with #420009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420009; }

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

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

background-color css

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

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

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

border-color css

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

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

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