#3B1012

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

Shades of Rustic Red #3B1012

Tints of Rustic Red #3B1012

Color information

#3B1012 (or 0x3B1012) is unknown color: approx Rustic Red. HEX triplet: 3B, 10 and 12. RGB value is (59,16,18). Sum of RGB (Red+Green+Blue) = 59+16+18=93 (12% of max value = 765). Red value is 59 (23.44% from 255 or 63.44% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1012 is #C4EFED. Grayscale: #1D1D1D. Windows color (decimal): -12906478 or 1183803. OLE color: 1183803.

HSL color Cylindrical-coordinate representation of color #3B1012: hue angle of 357.21º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B1012 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB591618-
CMYK00.730.690.77
HSL357.21º57.33%14.71%-
HSV(B)357.21º72.88%23.14%-
XYZ2.11.340.72-
YUV29.08121.75149.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 63.44%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=63.44%
G=17.20%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59161800.730.690.77357.2157.3314.71
Hex3B1012049454D16539f
Octal73202201111051155457117
Binary111011100001001001001001100010110011011011001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,18); }

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

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

 a { background-color: rgb(59,16,18); }

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

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

 span { border-color: rgb(59,16,18); }

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