Html Css Color HEX #420818 Rustic Red

📋 copy color: '#420818'

red 66 ◦ green 8 ◦ blue 24

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

Shades of Rustic Red #420818

Tints of Rustic Red #420818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.16%

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

R = 67.35%
G = 8.16%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#420818 (or 0x420818) is known color: Rustic Red. HEX triplet: 42, 08 and 18. RGB value is (66,8,24). Sum of RGB (Red+Green+Blue) = 66+8+24=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #420818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420818 is #BDF7E7. Grayscale: #1B1B1B. Windows color (decimal): -12449768 or 1574978. OLE color: 1574978.

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

Color convert

RGB 66 8 24 -
CMYK 0 0.88 0.64 0.74
HSL 343.45º 0.78% 0.15% -
HSV(B) 343.45º 0.88% 0.26% -
XYZ 2.5 1.4 1 -
YUV 27.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 66 8 24 0 0.88 0.64 0.74 343.45 0.78 0.15
Hex 42 8 18 0 58 40 4A 157 4E F
Octal 102 10 30 0 130 100 112 527 116 17
Binary 1000010 1000 11000 0 1011000 1000000 1001010 101010111 1001110 1111

Color Harmonies of #420818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420818

Black with #420818

Text Example


Text Example

White with #420818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420818; }

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

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

background-color css

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

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

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

border-color css

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

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

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