Html Css Color HEX #420809 Rustic Red

📋 copy color: '#420809'

red 66 ◦ green 8 ◦ blue 9

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

Shades of Rustic Red #420809

Tints of Rustic Red #420809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

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

R = 79.52%
G = 9.64%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#420809 (or 0x420809) is known color: Rustic Red. HEX triplet: 42, 08 and 09. RGB value is (66,8,9). Sum of RGB (Red+Green+Blue) = 66+8+9=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 9 (3.91% from 255 or 10.84% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #420809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420809 is #BDF7F6. Grayscale: #191919. Windows color (decimal): -12449783 or 591938. OLE color: 591938.

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

Color convert

RGB 66 8 9 -
CMYK 0 0.88 0.86 0.74
HSL 358.97º 0.78% 0.15% -
HSV(B) 358.97º 0.88% 0.26% -
XYZ 2.38 1.35 0.39 -
YUV 25.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 66 8 9 0 0.88 0.86 0.74 358.97 0.78 0.15
Hex 42 8 9 0 58 56 4A 167 4E F
Octal 102 10 11 0 130 126 112 547 116 17
Binary 1000010 1000 1001 0 1011000 1010110 1001010 101100111 1001110 1111

Color Harmonies of #420809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420809

Black with #420809

Text Example


Text Example

White with #420809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420809; }

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

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

background-color css

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

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

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

border-color css

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

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

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