Html Css Color HEX #420218 Rustic Red

📋 copy color: '#420218'

red 66 ◦ green 2 ◦ blue 24

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

Shades of Rustic Red #420218

Tints of Rustic Red #420218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 26.09%

R = 71.74%
G = 2.17%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#420218 (or 0x420218) is known color: Rustic Red. HEX triplet: 42, 02 and 18. RGB value is (66,2,24). Sum of RGB (Red+Green+Blue) = 66+2+24=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #420218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420218 is #BDFDE7. Grayscale: #171717. Windows color (decimal): -12451304 or 1573442. OLE color: 1573442.

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

Color convert

RGB 66 2 24 -
CMYK 0 0.97 0.64 0.74
HSL 339.38º 0.94% 0.13% -
HSV(B) 339.38º 0.97% 0.26% -
XYZ 2.43 1.27 0.98 -
YUV 23.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 66 2 24 0 0.97 0.64 0.74 339.38 0.94 0.13
Hex 42 2 18 0 61 40 4A 153 5E D
Octal 102 2 30 0 141 100 112 523 136 15
Binary 1000010 10 11000 0 1100001 1000000 1001010 101010011 1011110 1101

Color Harmonies of #420218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420218

Black with #420218

Text Example


Text Example

White with #420218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420218; }

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

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

background-color css

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

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

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

border-color css

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

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

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