#3C040F

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

Shades of Rustic Red #3C040F

Tints of Rustic Red #3C040F

Color information

#3C040F (or 0x3C040F) is unknown color: approx Rustic Red. HEX triplet: 3C, 04 and 0F. RGB value is (60,4,15). Sum of RGB (Red+Green+Blue) = 60+4+15=79 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75.95% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 60 - color contains mainly: red. Hex color #3C040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C040F is #C3FBF0. Grayscale: #161616. Windows color (decimal): -12844017 or 984124. OLE color: 984124.

HSL color Cylindrical-coordinate representation of color #3C040F: hue angle of 348.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C040F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB60415-
CMYK00.930.750.76
HSL348.21º87.5%12.55%-
HSV(B)348.21º93.33%23.53%-
XYZ1.991.080.56-
YUV22124.05155.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 75.95%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=75.95%
G=5.06%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6041500.930.750.76348.2187.512.55
Hex3C4F05D4B4C15c58d
Octal74417013511311453413015
Binary1111001001111010111011001011100110010101110010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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