Html Css Color HEX #420616 Rustic Red

📋 copy color: '#420616'

red 66 ◦ green 6 ◦ blue 22

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

Shades of Rustic Red #420616

Tints of Rustic Red #420616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

 BLUE value IS 22 (8.98% from 255) = 23.4%

R = 70.21%
G = 6.38%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#420616 (or 0x420616) is known color: Rustic Red. HEX triplet: 42, 06 and 16. RGB value is (66,6,22). Sum of RGB (Red+Green+Blue) = 66+6+22=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #420616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420616 is #BDF9E9. Grayscale: #191919. Windows color (decimal): -12450282 or 1443394. OLE color: 1443394.

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

Color convert

RGB 66 6 22 -
CMYK 0 0.91 0.67 0.74
HSL 344º 0.83% 0.14% -
HSV(B) 344º 0.91% 0.26% -
XYZ 2.46 1.35 0.89 -
YUV 25.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 66 6 22 0 0.91 0.67 0.74 344 0.83 0.14
Hex 42 6 16 0 5B 43 4A 158 53 E
Octal 102 6 26 0 133 103 112 530 123 16
Binary 1000010 110 10110 0 1011011 1000011 1001010 101011000 1010011 1110

Color Harmonies of #420616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420616

Black with #420616

Text Example


Text Example

White with #420616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420616; }

 p { color: rgb(66,6,22); }

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

background-color css

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

 a { background-color: rgb(66,6,22); }

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

border-color css

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

 span { border-color: rgb(66,6,22); }

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