#3C1D20

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

Shades of Rustic Red #3C1D20

Tints of Rustic Red #3C1D20

Color information

#3C1D20 (or 0x3C1D20) is unknown color: approx Rustic Red. HEX triplet: 3C, 1D and 20. RGB value is (60,29,32). Sum of RGB (Red+Green+Blue) = 60+29+32=121 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.59% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1D20 is #C3E2DF. Grayscale: #262626. Windows color (decimal): -12837600 or 2104636. OLE color: 2104636.

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

Color convert

RGB602932-
CMYK00.520.470.76
HSL354.19º34.83%17.45%-
HSV(B)354.19º51.67%23.53%-
XYZ2.561.941.61-
YUV38.61124.27143.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 49.59%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=49.59%
G=23.97%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60293200.520.470.76354.1934.8317.45
Hex3C1D200342F4C1622311
Octal743540064571145424321
Binary111100111011000000110100101111100110010110001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,29,32); }

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

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

 a { background-color: rgb(60,29,32); }

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

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

 span { border-color: rgb(60,29,32); }

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