Html Css Color HEX #420417 Rustic Red

📋 copy color: '#420417'

red 66 ◦ green 4 ◦ blue 23

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

Shades of Rustic Red #420417

Tints of Rustic Red #420417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 70.97%
G = 4.3%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#420417 (or 0x420417) is known color: Rustic Red. HEX triplet: 42, 04 and 17. RGB value is (66,4,23). Sum of RGB (Red+Green+Blue) = 66+4+23=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #420417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420417 is #BDFBE8. Grayscale: #181818. Windows color (decimal): -12450793 or 1508418. OLE color: 1508418.

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

Color convert

RGB 66 4 23 -
CMYK 0 0.94 0.65 0.74
HSL 341.61º 0.89% 0.14% -
HSV(B) 341.61º 0.94% 0.26% -
XYZ 2.44 1.31 0.93 -
YUV 24.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 66 4 23 0 0.94 0.65 0.74 341.61 0.89 0.14
Hex 42 4 17 0 5E 41 4A 156 59 E
Octal 102 4 27 0 136 101 112 526 131 16
Binary 1000010 100 10111 0 1011110 1000001 1001010 101010110 1011001 1110

Color Harmonies of #420417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420417

Black with #420417

Text Example


Text Example

White with #420417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420417; }

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

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

background-color css

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

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

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

border-color css

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

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

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