#3C1317

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

Shades of Rustic Red #3C1317

Tints of Rustic Red #3C1317

Color information

#3C1317 (or 0x3C1317) is unknown color: approx Rustic Red. HEX triplet: 3C, 13 and 17. RGB value is (60,19,23). Sum of RGB (Red+Green+Blue) = 60+19+23=102 (13% of max value = 765). Red value is 60 (23.83% from 255 or 58.82% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 23 (9.38% from 255 or 22.55% from 102); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1317 is #C3ECE8. Grayscale: #1F1F1F. Windows color (decimal): -12840169 or 1512252. OLE color: 1512252.

HSL color Cylindrical-coordinate representation of color #3C1317: hue angle of 354.15º 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 #3C1317 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.76.

Color convert

RGB601923-
CMYK00.680.620.76
HSL354.15º51.9%15.49%-
HSV(B)354.15º68.33%23.53%-
XYZ2.251.490.98-
YUV31.71123.08148.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 58.82%
GREEN value IS 19 (7.81% from 255) = 18.63%
BLUE value IS 23 (9.38% from 255) = 22.55%
R=58.82%
G=18.63%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60192300.680.620.76354.1551.915.49
Hex3C13170443E4C16234f
Octal7423270104761145426417
Binary11110010011101110100010011111010011001011000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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