#3C0E12

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

Shades of Rustic Red #3C0E12

Tints of Rustic Red #3C0E12

Color information

#3C0E12 (or 0x3C0E12) is unknown color: approx Rustic Red. HEX triplet: 3C, 0E and 12. RGB value is (60,14,18). Sum of RGB (Red+Green+Blue) = 60+14+18=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 14 (5.86% from 255 or 15.22% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0E12 is #C3F1ED. Grayscale: #1C1C1C. Windows color (decimal): -12841454 or 1183292. OLE color: 1183292.

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

Color convert

RGB601418-
CMYK00.770.70.76
HSL354.78º62.16%14.51%-
HSV(B)354.78º76.67%23.53%-
XYZ2.131.320.71-
YUV28.21122.24150.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 65.22%
GREEN value IS 14 (5.86% from 255) = 15.22%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=65.22%
G=15.22%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60141800.770.70.76354.7862.1614.51
Hex3CE1204D464C1633ef
Octal74162201151061145437617
Binary11110011101001001001101100011010011001011000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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