#3C0311

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

Shades of Rustic Red #3C0311

Tints of Rustic Red #3C0311

Color information

#3C0311 (or 0x3C0311) is unknown color: approx Rustic Red. HEX triplet: 3C, 03 and 11. RGB value is (60,3,17). Sum of RGB (Red+Green+Blue) = 60+3+17=80 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0311 is #C3FCEE. Grayscale: #151515. Windows color (decimal): -12844271 or 1114940. OLE color: 1114940.

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

Color convert

RGB60317-
CMYK00.950.720.76
HSL345.26º90.48%12.35%-
HSV(B)345.26º95%23.53%-
XYZ21.070.63-
YUV21.64125.38155.36-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 17 (7.03% from 255) = 21.25%
R=75%
G=3.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6031700.950.720.76345.2690.4812.35
Hex3C31105F484C1595ac
Octal74321013711011453113214
Binary1111001110001010111111001000100110010101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,17); }

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

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

 a { background-color: rgb(60,3,17); }

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

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

 span { border-color: rgb(60,3,17); }

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