#3C020A

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

Shades of Rustic Red #3C020A

Tints of Rustic Red #3C020A

Color information

#3C020A (or 0x3C020A) is unknown color: approx Rustic Red. HEX triplet: 3C, 02 and 0A. RGB value is (60,2,10). Sum of RGB (Red+Green+Blue) = 60+2+10=72 (9% of max value = 765). Red value is 60 (23.83% from 255 or 83.33% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 60 - color contains mainly: red. Hex color #3C020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C020A is #C3FDF5. Grayscale: #141414. Windows color (decimal): -12844534 or 655932. OLE color: 655932.

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

Color convert

RGB60210-
CMYK00.970.830.76
HSL351.72º93.55%12.16%-
HSV(B)351.72º96.67%23.53%-
XYZ1.941.030.38-
YUV20.25122.22156.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=83.33%
G=2.78%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6021000.970.830.76351.7293.5512.16
Hex3C2A061534C1605ec
Octal74212014112311454013614
Binary111100101010011000011010011100110010110000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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