Html Css Color HEX #420211 Rustic Red

📋 copy color: '#420211'

red 66 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #420211

Tints of Rustic Red #420211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 20%

R = 77.65%
G = 2.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#420211 (or 0x420211) is known color: Rustic Red. HEX triplet: 42, 02 and 11. RGB value is (66,2,17). Sum of RGB (Red+Green+Blue) = 66+2+17=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #420211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420211 is #BDFDEE. Grayscale: #161616. Windows color (decimal): -12451311 or 1114690. OLE color: 1114690.

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

Color convert

RGB 66 2 17 -
CMYK 0 0.97 0.74 0.74
HSL 345.94º 0.94% 0.13% -
HSV(B) 345.94º 0.97% 0.26% -
XYZ 2.37 1.24 0.65 -
YUV 22.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 66 2 17 0 0.97 0.74 0.74 345.94 0.94 0.13
Hex 42 2 11 0 61 4A 4A 15A 5E D
Octal 102 2 21 0 141 112 112 532 136 15
Binary 1000010 10 10001 0 1100001 1001010 1001010 101011010 1011110 1101

Color Harmonies of #420211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420211

Black with #420211

Text Example


Text Example

White with #420211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420211; }

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

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

background-color css

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

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

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

border-color css

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

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

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