#3C020C

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

Shades of Rustic Red #3C020C

Tints of Rustic Red #3C020C

Color information

#3C020C (or 0x3C020C) is unknown color: approx Rustic Red. HEX triplet: 3C, 02 and 0C. RGB value is (60,2,12). Sum of RGB (Red+Green+Blue) = 60+2+12=74 (9% of max value = 765). Red value is 60 (23.83% from 255 or 81.08% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 60 - color contains mainly: red. Hex color #3C020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C020C is #C3FDF3. Grayscale: #141414. Windows color (decimal): -12844532 or 787004. OLE color: 787004.

HSL color Cylindrical-coordinate representation of color #3C020C: hue angle of 349.66º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C020C is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB60212-
CMYK00.970.800.76
HSL349.66º93.55%12.16%-
HSV(B)349.66º96.67%23.53%-
XYZ1.951.030.44-
YUV20.48123.22156.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 81.08%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 12 (5.08% from 255) = 16.22%
R=81.08%
G=2.70%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6021200.970.800.76349.6693.5512.16
Hex3C2C061504C15e5ec
Octal74214014112011453613614
Binary111100101100011000011010000100110010101111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,2,12); }

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

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

 a { background-color: rgb(60,2,12); }

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

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

 span { border-color: rgb(60,2,12); }

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