#3C0D14

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

Shades of Rustic Red #3C0D14

Tints of Rustic Red #3C0D14

Color information

#3C0D14 (or 0x3C0D14) is unknown color: approx Rustic Red. HEX triplet: 3C, 0D and 14. RGB value is (60,13,20). Sum of RGB (Red+Green+Blue) = 60+13+20=93 (12% of max value = 765). Red value is 60 (23.83% from 255 or 64.52% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D14 is #C3F2EB. Grayscale: #1B1B1B. Windows color (decimal): -12841708 or 1314108. OLE color: 1314108.

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

Color convert

RGB601320-
CMYK00.780.670.76
HSL351.06º64.38%14.31%-
HSV(B)351.06º78.33%23.53%-
XYZ2.131.30.8-
YUV27.85123.57150.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 64.52%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=64.52%
G=13.98%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60132000.780.670.76351.0664.3814.31
Hex3CD1404E434C15f40e
Octal741524011610311453710016
Binary111100110110100010011101000011100110010101111110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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