Html Css Color HEX #420012 Rustic Red

📋 copy color: '#420012'

red 66 ◦ green 0 ◦ blue 18

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

Shades of Rustic Red #420012

Tints of Rustic Red #420012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.57%
G = 0%
B = 21.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#420012 (or 0x420012) is known color: Rustic Red. HEX triplet: 42, 00 and 12. RGB value is (66,0,18). Sum of RGB (Red+Green+Blue) = 66+0+18=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #420012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420012 is #BDFFED. Grayscale: #151515. Windows color (decimal): -12451822 or 1179714. OLE color: 1179714.

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

Color convert

RGB 66 0 18 -
CMYK 0 1 0.73 0.74
HSL 343.64º 1% 0.13% -
HSV(B) 343.64º 1% 0.26% -
XYZ 2.36 1.2 0.68 -
YUV 21.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 66 0 18 0 1 0.73 0.74 343.64 1 0.13
Hex 42 0 12 0 64 49 4A 158 64 D
Octal 102 0 22 0 144 111 112 530 144 15
Binary 1000010 0 10010 0 1100100 1001001 1001010 101011000 1100100 1101

Color Harmonies of #420012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420012

Black with #420012

Text Example


Text Example

White with #420012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420012; }

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

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

background-color css

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

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

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

border-color css

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

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

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