#3C0D10

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

Shades of Rustic Red #3C0D10

Tints of Rustic Red #3C0D10

Color information

#3C0D10 (or 0x3C0D10) is unknown color: approx Rustic Red. HEX triplet: 3C, 0D and 10. RGB value is (60,13,16). Sum of RGB (Red+Green+Blue) = 60+13+16=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D10 is #C3F2EF. Grayscale: #1B1B1B. Windows color (decimal): -12841712 or 1051964. OLE color: 1051964.

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

Color convert

RGB601316-
CMYK00.780.730.76
HSL356.17º64.38%14.31%-
HSV(B)356.17º78.33%23.53%-
XYZ2.11.290.63-
YUV27.4121.57151.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 67.42%
GREEN value IS 13 (5.47% from 255) = 14.61%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=67.42%
G=14.61%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60131600.780.730.76356.1764.3814.31
Hex3CD1004E494C16440e
Octal741520011611111454410016
Binary111100110110000010011101001001100110010110010010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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