Html Css Color HEX #420911 Rustic Red

📋 copy color: '#420911'

red 66 ◦ green 9 ◦ blue 17

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

Shades of Rustic Red #420911

Tints of Rustic Red #420911

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.78%

 BLUE value IS 17 (7.03% from 255) = 18.48%

R = 71.74%
G = 9.78%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#420911 (or 0x420911) is known color: Rustic Red. HEX triplet: 42, 09 and 11. RGB value is (66,9,17). Sum of RGB (Red+Green+Blue) = 66+9+17=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #420911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420911 is #BDF6EE. Grayscale: #1A1A1A. Windows color (decimal): -12449519 or 1116482. OLE color: 1116482.

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

Color convert

RGB 66 9 17 -
CMYK 0 0.86 0.74 0.74
HSL 351.58º 0.76% 0.15% -
HSV(B) 351.58º 0.86% 0.26% -
XYZ 2.45 1.39 0.67 -
YUV 26.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 66 9 17 0 0.86 0.74 0.74 351.58 0.76 0.15
Hex 42 9 11 0 56 4A 4A 160 4C F
Octal 102 11 21 0 126 112 112 540 114 17
Binary 1000010 1001 10001 0 1010110 1001010 1001010 101100000 1001100 1111

Color Harmonies of #420911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420911

Black with #420911

Text Example


Text Example

White with #420911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420911; }

 p { color: rgb(66,9,17); }

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

background-color css

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

 a { background-color: rgb(66,9,17); }

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

border-color css

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

 span { border-color: rgb(66,9,17); }

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