Html Css Color HEX #420418 Rustic Red

📋 copy color: '#420418'

red 66 ◦ green 4 ◦ blue 24

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

Shades of Rustic Red #420418

Tints of Rustic Red #420418

RGB

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

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

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

R = 70.21%
G = 4.26%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#420418 (or 0x420418) is known color: Rustic Red. HEX triplet: 42, 04 and 18. RGB value is (66,4,24). Sum of RGB (Red+Green+Blue) = 66+4+24=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #420418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420418 is #BDFBE7. Grayscale: #181818. Windows color (decimal): -12450792 or 1573954. OLE color: 1573954.

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

Color convert

RGB 66 4 24 -
CMYK 0 0.94 0.64 0.74
HSL 340.65º 0.89% 0.14% -
HSV(B) 340.65º 0.94% 0.26% -
XYZ 2.46 1.31 0.99 -
YUV 24.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 66 4 24 0 0.94 0.64 0.74 340.65 0.89 0.14
Hex 42 4 18 0 5E 40 4A 155 59 E
Octal 102 4 30 0 136 100 112 525 131 16
Binary 1000010 100 11000 0 1011110 1000000 1001010 101010101 1011001 1110

Color Harmonies of #420418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420418

Black with #420418

Text Example


Text Example

White with #420418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420418; }

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

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

background-color css

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

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

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

border-color css

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

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

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