#3C1218

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

Shades of Rustic Red #3C1218

Tints of Rustic Red #3C1218

Color information

#3C1218 (or 0x3C1218) is unknown color: approx Rustic Red. HEX triplet: 3C, 12 and 18. RGB value is (60,18,24). Sum of RGB (Red+Green+Blue) = 60+18+24=102 (13% of max value = 765). Red value is 60 (23.83% from 255 or 58.82% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1218 is #C3EDE7. Grayscale: #1F1F1F. Windows color (decimal): -12840424 or 1577532. OLE color: 1577532.

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

Color convert

RGB601824-
CMYK00.70.600.76
HSL351.43º53.85%15.29%-
HSV(B)351.43º70%23.53%-
XYZ2.241.461.03-
YUV31.24123.91148.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 58.82%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=58.82%
G=17.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60182400.70.600.76351.4353.8515.29
Hex3C12180463C4C15f36f
Octal7422300106741145376617
Binary11110010010110000100011011110010011001010111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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