Html Css Color HEX #420512 Rustic Red

📋 copy color: '#420512'

red 66 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #420512

Tints of Rustic Red #420512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.62%

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

R = 74.16%
G = 5.62%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#420512 (or 0x420512) is known color: Rustic Red. HEX triplet: 42, 05 and 12. RGB value is (66,5,18). Sum of RGB (Red+Green+Blue) = 66+5+18=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #420512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420512 is #BDFAED. Grayscale: #181818. Windows color (decimal): -12450542 or 1180994. OLE color: 1180994.

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

Color convert

RGB 66 5 18 -
CMYK 0 0.92 0.73 0.74
HSL 347.21º 0.86% 0.14% -
HSV(B) 347.21º 0.92% 0.26% -
XYZ 2.41 1.31 0.7 -
YUV 24.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 66 5 18 0 0.92 0.73 0.74 347.21 0.86 0.14
Hex 42 5 12 0 5C 49 4A 15B 56 E
Octal 102 5 22 0 134 111 112 533 126 16
Binary 1000010 101 10010 0 1011100 1001001 1001010 101011011 1010110 1110

Color Harmonies of #420512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420512

Black with #420512

Text Example


Text Example

White with #420512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420512; }

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

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

background-color css

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

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

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

border-color css

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

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

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