Html Css Color HEX #420217 Rustic Red

📋 copy color: '#420217'

red 66 ◦ green 2 ◦ blue 23

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

Shades of Rustic Red #420217

Tints of Rustic Red #420217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.2%

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

R = 72.53%
G = 2.2%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#420217 (or 0x420217) is known color: Rustic Red. HEX triplet: 42, 02 and 17. RGB value is (66,2,23). Sum of RGB (Red+Green+Blue) = 66+2+23=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #420217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420217 is #BDFDE8. Grayscale: #171717. Windows color (decimal): -12451305 or 1507906. OLE color: 1507906.

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

Color convert

RGB 66 2 23 -
CMYK 0 0.97 0.65 0.74
HSL 340.31º 0.94% 0.13% -
HSV(B) 340.31º 0.97% 0.26% -
XYZ 2.42 1.26 0.93 -
YUV 23.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 66 2 23 0 0.97 0.65 0.74 340.31 0.94 0.13
Hex 42 2 17 0 61 41 4A 154 5E D
Octal 102 2 27 0 141 101 112 524 136 15
Binary 1000010 10 10111 0 1100001 1000001 1001010 101010100 1011110 1101

Color Harmonies of #420217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420217

Black with #420217

Text Example


Text Example

White with #420217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420217; }

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

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

background-color css

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

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

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

border-color css

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

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

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