Html Css Color HEX #420E17 Rustic Red

📋 copy color: '#420E17'

red 66 ◦ green 14 ◦ blue 23

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

Shades of Rustic Red #420E17

Tints of Rustic Red #420E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 22.33%

R = 64.08%
G = 13.59%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#420E17 (or 0x420E17) is known color: Rustic Red. HEX triplet: 42, 0E and 17. RGB value is (66,14,23). Sum of RGB (Red+Green+Blue) = 66+14+23=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #420E17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420E17 is #BDF1E8. Grayscale: #1E1E1E. Windows color (decimal): -12448233 or 1510978. OLE color: 1510978.

HSL color Cylindrical-coordinate representation of color #420E17: hue angle of 349.62º 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 #420E17 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 14 23 -
CMYK 0 0.79 0.65 0.74
HSL 349.62º 0.65% 0.16% -
HSV(B) 349.62º 0.79% 0.26% -
XYZ 2.56 1.53 0.97 -
YUV 30.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 66 14 23 0 0.79 0.65 0.74 349.62 0.65 0.16
Hex 42 E 17 0 4F 41 4A 15E 41 10
Octal 102 16 27 0 117 101 112 536 101 20
Binary 1000010 1110 10111 0 1001111 1000001 1001010 101011110 1000001 10000

Color Harmonies of #420E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420E17

Black with #420E17

Text Example


Text Example

White with #420E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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