#3C010D

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

Shades of Rustic Red #3C010D

Tints of Rustic Red #3C010D

Color information

#3C010D (or 0x3C010D) is unknown color: approx Rustic Red. HEX triplet: 3C, 01 and 0D. RGB value is (60,1,13). Sum of RGB (Red+Green+Blue) = 60+1+13=74 (9% of max value = 765). Red value is 60 (23.83% from 255 or 81.08% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 60 - color contains mainly: red. Hex color #3C010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C010D is #C3FEF2. Grayscale: #141414. Windows color (decimal): -12844787 or 852284. OLE color: 852284.

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

Color convert

RGB60113-
CMYK00.980.780.76
HSL347.8º96.72%11.96%-
HSV(B)347.8º98.33%23.53%-
XYZ1.951.010.47-
YUV20.01124.05156.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 81.08%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=81.08%
G=1.35%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6011300.980.780.76347.896.7211.96
Hex3C1D0624E4C15c61c
Octal74115014211611453414114
Binary11110011101011000101001110100110010101110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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