#3C1316

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

Shades of Rustic Red #3C1316

Tints of Rustic Red #3C1316

Color information

#3C1316 (or 0x3C1316) is unknown color: approx Rustic Red. HEX triplet: 3C, 13 and 16. RGB value is (60,19,22). Sum of RGB (Red+Green+Blue) = 60+19+22=101 (13% of max value = 765). Red value is 60 (23.83% from 255 or 59.41% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1316 is #C3ECE9. Grayscale: #1F1F1F. Windows color (decimal): -12840170 or 1446716. OLE color: 1446716.

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

Color convert

RGB601922-
CMYK00.680.630.76
HSL355.61º51.9%15.49%-
HSV(B)355.61º68.33%23.53%-
XYZ2.241.480.93-
YUV31.6122.58148.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 59.41%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=59.41%
G=18.81%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60192200.680.630.76355.6151.915.49
Hex3C13160443F4C16434f
Octal7423260104771145446417
Binary11110010011101100100010011111110011001011001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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