#3C0412

Color #3C0412 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #3C0412

Tints of Rustic Red #3C0412

Color information

#3C0412 (or 0x3C0412) is unknown color: approx Rustic Red. HEX triplet: 3C, 04 and 12. RGB value is (60,4,18). Sum of RGB (Red+Green+Blue) = 60+4+18=82 (10% of max value = 765). Red value is 60 (23.83% from 255 or 73.17% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0412 is #C3FBED. Grayscale: #161616. Windows color (decimal): -12844014 or 1180732. OLE color: 1180732.

HSL color Cylindrical-coordinate representation of color #3C0412: hue angle of 345º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0412 is Cyan = 0, Magento = 0.93, Yellow = 0.7 and Black (K on CMYK) = 0.76.

Color convert

RGB60418-
CMYK00.930.70.76
HSL345º87.5%12.55%-
HSV(B)345º93.33%23.53%-
XYZ2.021.090.68-
YUV22.34125.55154.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 73.17%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=73.17%
G=4.88%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6041800.930.70.7634587.512.55
Hex3C41205D464C15958d
Octal74422013510611453113015
Binary11110010010010010111011000110100110010101100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0412; }

 p { color: rgb(60,4,18); }

 H1.HeaderClassName
 {
   color: #3C0412;
 }
 .AnyTagClassName
 {
   color: #3C0412;
 }
</style>
background-color css

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

 a { background-color: rgb(60,4,18); }

 div.DivClassName
 {
   background-color: #3C0412;
 }
 .BgClassName
 {
   background-color: #3C0412;
 }
</style>
border-color css

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

 span { border-color: rgb(60,4,18); }

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