#3C0910

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

Shades of Rustic Red #3C0910

Tints of Rustic Red #3C0910

Color information

#3C0910 (or 0x3C0910) is unknown color: approx Rustic Red. HEX triplet: 3C, 09 and 10. RGB value is (60,9,16). Sum of RGB (Red+Green+Blue) = 60+9+16=85 (11% of max value = 765). Red value is 60 (23.83% from 255 or 70.59% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0910 is #C3F6EF. Grayscale: #191919. Windows color (decimal): -12842736 or 1050940. OLE color: 1050940.

HSL color Cylindrical-coordinate representation of color #3C0910: hue angle of 351.76º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C0910 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB60916-
CMYK00.850.730.76
HSL351.76º73.91%13.53%-
HSV(B)351.76º85%23.53%-
XYZ2.051.190.61-
YUV25.05122.9152.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 70.59%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=70.59%
G=10.59%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6091600.850.730.76351.7673.9113.53
Hex3C910055494C1604ae
Octal741120012511111454011216
Binary111100100110000010101011001001100110010110000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,9,16); }

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

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

 a { background-color: rgb(60,9,16); }

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

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

 span { border-color: rgb(60,9,16); }

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