Html Css Color HEX #420E16 Rustic Red

📋 copy color: '#420E16'

red 66 ◦ green 14 ◦ blue 22

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

Shades of Rustic Red #420E16

Tints of Rustic Red #420E16

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.73%

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

R = 64.71%
G = 13.73%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#420E16 (or 0x420E16) is known color: Rustic Red. HEX triplet: 42, 0E and 16. RGB value is (66,14,22). Sum of RGB (Red+Green+Blue) = 66+14+22=102 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.71% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 66 - color contains mainly: red. Hex color #420E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E16 is #BDF1E9. Grayscale: #1E1E1E. Windows color (decimal): -12448234 or 1445442. OLE color: 1445442.

HSL color Cylindrical-coordinate representation of color #420E16: hue angle of 350.77º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E16 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 14 22 -
CMYK 0 0.79 0.67 0.74
HSL 350.77º 0.65% 0.16% -
HSV(B) 350.77º 0.79% 0.26% -
XYZ 2.55 1.53 0.92 -
YUV 30.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 66 14 22 0 0.79 0.67 0.74 350.77 0.65 0.16
Hex 42 E 16 0 4F 43 4A 15F 41 10
Octal 102 16 26 0 117 103 112 537 101 20
Binary 1000010 1110 10110 0 1001111 1000011 1001010 101011111 1000001 10000

Color Harmonies of #420E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E16

Black with #420E16

Text Example


Text Example

White with #420E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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