#3C1517

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

Shades of Rustic Red #3C1517

Tints of Rustic Red #3C1517

Color information

#3C1517 (or 0x3C1517) is unknown color: approx Rustic Red. HEX triplet: 3C, 15 and 17. RGB value is (60,21,23). Sum of RGB (Red+Green+Blue) = 60+21+23=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1517 is #C3EAE8. Grayscale: #202020. Windows color (decimal): -12839657 or 1512764. OLE color: 1512764.

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

Color convert

RGB602123-
CMYK00.650.620.76
HSL356.92º48.15%15.88%-
HSV(B)356.92º65%23.53%-
XYZ2.291.560.99-
YUV32.89122.42147.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 57.69%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 23 (9.38% from 255) = 22.12%
R=57.69%
G=20.19%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60212300.650.620.76356.9248.1515.88
Hex3C15170413E4C1653010
Octal7425270101761145456020
Binary111100101011011101000001111110100110010110010111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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