Html Css Color HEX #420813 Rustic Red

📋 copy color: '#420813'

red 66 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #420813

Tints of Rustic Red #420813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 70.97%
G = 8.6%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#420813 (or 0x420813) is known color: Rustic Red. HEX triplet: 42, 08 and 13. RGB value is (66,8,19). Sum of RGB (Red+Green+Blue) = 66+8+19=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #420813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420813 is #BDF7EC. Grayscale: #1A1A1A. Windows color (decimal): -12449773 or 1247298. OLE color: 1247298.

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

Color convert

RGB 66 8 19 -
CMYK 0 0.88 0.71 0.74
HSL 348.62º 0.78% 0.15% -
HSV(B) 348.62º 0.88% 0.26% -
XYZ 2.45 1.38 0.75 -
YUV 26.6 123.72 156.11 -
System Red Green Blue C M Y K H S L
Decimal 66 8 19 0 0.88 0.71 0.74 348.62 0.78 0.15
Hex 42 8 13 0 58 47 4A 15D 4E F
Octal 102 10 23 0 130 107 112 535 116 17
Binary 1000010 1000 10011 0 1011000 1000111 1001010 101011101 1001110 1111

Color Harmonies of #420813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420813

Black with #420813

Text Example


Text Example

White with #420813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420813; }

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

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

background-color css

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

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

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

border-color css

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

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

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