#3C1718

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

Shades of Rustic Red #3C1718

Tints of Rustic Red #3C1718

Color information

#3C1718 (or 0x3C1718) is unknown color: approx Rustic Red. HEX triplet: 3C, 17 and 18. RGB value is (60,23,24). Sum of RGB (Red+Green+Blue) = 60+23+24=107 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.07% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1718 is #C3E8E7. Grayscale: #222222. Windows color (decimal): -12839144 or 1578812. OLE color: 1578812.

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

Color convert

RGB602324-
CMYK00.620.600.76
HSL358.38º44.58%16.27%-
HSV(B)358.38º61.67%23.53%-
XYZ2.331.641.06-
YUV34.18122.26146.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 56.07%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=56.07%
G=21.50%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60232400.620.600.76358.3844.5816.27
Hex3C171803E3C4C1662d10
Octal742730076741145465520
Binary11110010111110000111110111100100110010110011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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