Html Css Color HEX #420912 Rustic Red

📋 copy color: '#420912'

red 66 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #420912

Tints of Rustic Red #420912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.35%

R = 70.97%
G = 9.68%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#420912 (or 0x420912) is known color: Rustic Red. HEX triplet: 42, 09 and 12. RGB value is (66,9,18). Sum of RGB (Red+Green+Blue) = 66+9+18=93 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.97% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 66 - color contains mainly: red. Hex color #420912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420912 is #BDF6ED. Grayscale: #1B1B1B. Windows color (decimal): -12449518 or 1182018. OLE color: 1182018.

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

Color convert

RGB 66 9 18 -
CMYK 0 0.86 0.73 0.74
HSL 350.53º 0.76% 0.15% -
HSV(B) 350.53º 0.86% 0.26% -
XYZ 2.45 1.4 0.71 -
YUV 27.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 66 9 18 0 0.86 0.73 0.74 350.53 0.76 0.15
Hex 42 9 12 0 56 49 4A 15F 4C F
Octal 102 11 22 0 126 111 112 537 114 17
Binary 1000010 1001 10010 0 1010110 1001001 1001010 101011111 1001100 1111

Color Harmonies of #420912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420912

Black with #420912

Text Example


Text Example

White with #420912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420912; }

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

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

background-color css

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

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

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

border-color css

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

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

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