#3C2021

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

Shades of Rustic Red #3C2021

Tints of Rustic Red #3C2021

Color information

#3C2021 (or 0x3C2021) is unknown color: approx Rustic Red. HEX triplet: 3C, 20 and 21. RGB value is (60,32,33). Sum of RGB (Red+Green+Blue) = 60+32+33=125 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2021 is #C3DFDE. Grayscale: #282828. Windows color (decimal): -12836831 or 2170940. OLE color: 2170940.

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

Color convert

RGB603233-
CMYK00.470.450.76
HSL357.86º30.43%18.04%-
HSV(B)357.86º46.67%23.53%-
XYZ2.652.11.7-
YUV40.49123.78141.92-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 48%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=48%
G=25.6%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60323300.470.450.76357.8630.4318.04
Hex3C202102F2D4C1661e12
Octal744041057551145463622
Binary111100100000100001010111110110110011001011001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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