#3C2122

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

Shades of Rustic Red #3C2122

Tints of Rustic Red #3C2122

Color information

#3C2122 (or 0x3C2122) is unknown color: approx Rustic Red. HEX triplet: 3C, 21 and 22. RGB value is (60,33,34). Sum of RGB (Red+Green+Blue) = 60+33+34=127 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.24% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2122 is #C3DEDD. Grayscale: #292929. Windows color (decimal): -12836574 or 2236732. OLE color: 2236732.

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

Color convert

RGB603334-
CMYK00.450.430.76
HSL357.78º29.03%18.24%-
HSV(B)357.78º45%23.53%-
XYZ2.72.161.79-
YUV41.19123.95141.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 47.24%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=47.24%
G=25.98%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60333400.450.430.76357.7829.0318.24
Hex3C212202D2B4C1661d12
Octal744142055531145463522
Binary111100100001100010010110110101110011001011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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