Html Css Color HEX #420118 Rustic Red

📋 copy color: '#420118'

red 66 ◦ green 1 ◦ blue 24

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

Shades of Rustic Red #420118

Tints of Rustic Red #420118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

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

R = 72.53%
G = 1.1%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#420118 (or 0x420118) is known color: Rustic Red. HEX triplet: 42, 01 and 18. RGB value is (66,1,24). Sum of RGB (Red+Green+Blue) = 66+1+24=91 (12% of max value = 765). Red value is 66 (26.17% from 255 or 72.53% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 66 - color contains mainly: red. Hex color #420118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420118 is #BDFEE7. Grayscale: #171717. Windows color (decimal): -12451560 or 1573186. OLE color: 1573186.

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

Color convert

RGB 66 1 24 -
CMYK 0 0.98 0.64 0.74
HSL 338.77º 0.97% 0.13% -
HSV(B) 338.77º 0.98% 0.26% -
XYZ 2.42 1.25 0.98 -
YUV 23.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 66 1 24 0 0.98 0.64 0.74 338.77 0.97 0.13
Hex 42 1 18 0 62 40 4A 153 61 D
Octal 102 1 30 0 142 100 112 523 141 15
Binary 1000010 1 11000 0 1100010 1000000 1001010 101010011 1100001 1101

Color Harmonies of #420118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420118

Black with #420118

Text Example


Text Example

White with #420118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420118; }

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

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

background-color css

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

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

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

border-color css

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

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

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