#3C020F

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

Shades of Rustic Red #3C020F

Tints of Rustic Red #3C020F

Color information

#3C020F (or 0x3C020F) is unknown color: approx Rustic Red. HEX triplet: 3C, 02 and 0F. RGB value is (60,2,15). Sum of RGB (Red+Green+Blue) = 60+2+15=77 (10% of max value = 765). Red value is 60 (23.83% from 255 or 77.92% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 60 - color contains mainly: red. Hex color #3C020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C020F is #C3FDF0. Grayscale: #141414. Windows color (decimal): -12844529 or 983612. OLE color: 983612.

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

Color convert

RGB60215-
CMYK00.970.750.76
HSL346.55º93.55%12.16%-
HSV(B)346.55º96.67%23.53%-
XYZ1.971.040.55-
YUV20.82124.72155.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 77.92%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=77.92%
G=2.60%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6021500.970.750.76346.5593.5512.16
Hex3C2F0614B4C15b5ec
Octal74217014111311453313614
Binary111100101111011000011001011100110010101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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