#3C0D11

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

Shades of Rustic Red #3C0D11

Tints of Rustic Red #3C0D11

Color information

#3C0D11 (or 0x3C0D11) is unknown color: approx Rustic Red. HEX triplet: 3C, 0D and 11. RGB value is (60,13,17). Sum of RGB (Red+Green+Blue) = 60+13+17=90 (11% of max value = 765). Red value is 60 (23.83% from 255 or 66.67% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D11 is #C3F2EE. Grayscale: #1B1B1B. Windows color (decimal): -12841711 or 1117500. OLE color: 1117500.

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

Color convert

RGB601317-
CMYK00.780.720.76
HSL354.89º64.38%14.31%-
HSV(B)354.89º78.33%23.53%-
XYZ2.111.290.67-
YUV27.51122.07151.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 66.67%
GREEN value IS 13 (5.47% from 255) = 14.44%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=66.67%
G=14.44%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60131700.780.720.76354.8964.3814.31
Hex3CD1104E484C16340e
Octal741521011611011454310016
Binary111100110110001010011101001000100110010110001110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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