#3C020B

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

Shades of Rustic Red #3C020B

Tints of Rustic Red #3C020B

Color information

#3C020B (or 0x3C020B) is unknown color: approx Rustic Red. HEX triplet: 3C, 02 and 0B. RGB value is (60,2,11). Sum of RGB (Red+Green+Blue) = 60+2+11=73 (9% of max value = 765). Red value is 60 (23.83% from 255 or 82.19% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 11 (4.69% from 255 or 15.07% from 73); Max value from RGB is 60 - color contains mainly: red. Hex color #3C020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C020B is #C3FDF4. Grayscale: #141414. Windows color (decimal): -12844533 or 721468. OLE color: 721468.

HSL color Cylindrical-coordinate representation of color #3C020B: hue angle of 350.69º 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 #3C020B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB60211-
CMYK00.970.820.76
HSL350.69º93.55%12.16%-
HSV(B)350.69º96.67%23.53%-
XYZ1.951.030.41-
YUV20.37122.72156.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 82.19%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 11 (4.69% from 255) = 15.07%
R=82.19%
G=2.74%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6021100.970.820.76350.6993.5512.16
Hex3C2B061524C15f5ec
Octal74213014112211453713614
Binary111100101011011000011010010100110010101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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