Html Css Color HEX #420708 Rustic Red

📋 copy color: '#420708'

red 66 ◦ green 7 ◦ blue 8

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

Shades of Rustic Red #420708

Tints of Rustic Red #420708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.64%

 BLUE value IS 8 (3.52% from 255) = 9.88%

R = 81.48%
G = 8.64%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.74

RGB Variations

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

Color information

#420708 (or 0x420708) is known color: Rustic Red. HEX triplet: 42, 07 and 08. RGB value is (66,7,8). Sum of RGB (Red+Green+Blue) = 66+7+8=81 (10% of max value = 765). Red value is 66 (26.17% from 255 or 81.48% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 66 - color contains mainly: red. Hex color #420708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420708 is #BDF8F7. Grayscale: #181818. Windows color (decimal): -12450040 or 526146. OLE color: 526146.

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

Color convert

RGB 66 7 8 -
CMYK 0 0.89 0.88 0.74
HSL 358.98º 0.81% 0.14% -
HSV(B) 358.98º 0.89% 0.26% -
XYZ 2.37 1.33 0.36 -
YUV 24.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 66 7 8 0 0.89 0.88 0.74 358.98 0.81 0.14
Hex 42 7 8 0 59 58 4A 167 51 E
Octal 102 7 10 0 131 130 112 547 121 16
Binary 1000010 111 1000 0 1011001 1011000 1001010 101100111 1010001 1110

Color Harmonies of #420708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420708

Black with #420708

Text Example


Text Example

White with #420708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420708; }

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

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

background-color css

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

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

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

border-color css

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

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

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