#3C1116

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

Shades of Rustic Red #3C1116

Tints of Rustic Red #3C1116

Color information

#3C1116 (or 0x3C1116) is unknown color: approx Rustic Red. HEX triplet: 3C, 11 and 16. RGB value is (60,17,22). Sum of RGB (Red+Green+Blue) = 60+17+22=99 (13% of max value = 765). Red value is 60 (23.83% from 255 or 60.61% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1116 is #C3EEE9. Grayscale: #1E1E1E. Windows color (decimal): -12840682 or 1446204. OLE color: 1446204.

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

Color convert

RGB601722-
CMYK00.720.630.76
HSL353.02º55.84%15.1%-
HSV(B)353.02º71.67%23.53%-
XYZ2.211.420.92-
YUV30.43123.25149.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 60.61%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 22 (8.98% from 255) = 22.22%
R=60.61%
G=17.17%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60172200.720.630.76353.0255.8415.1
Hex3C11160483F4C16138f
Octal7421260110771145417017
Binary11110010001101100100100011111110011001011000011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,22); }

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

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

 a { background-color: rgb(60,17,22); }

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

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

 span { border-color: rgb(60,17,22); }

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