#3B050C

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

Shades of Rustic Red #3B050C

Tints of Rustic Red #3B050C

Color information

#3B050C (or 0x3B050C) is unknown color: approx Rustic Red. HEX triplet: 3B, 05 and 0C. RGB value is (59,5,12). Sum of RGB (Red+Green+Blue) = 59+5+12=76 (10% of max value = 765). Red value is 59 (23.44% from 255 or 77.63% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 59 - color contains mainly: red. Hex color #3B050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B050C is #C4FAF3. Grayscale: #151515. Windows color (decimal): -12909300 or 787771. OLE color: 787771.

HSL color Cylindrical-coordinate representation of color #3B050C: hue angle of 352.22º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B050C is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.77.

Color convert

RGB59512-
CMYK00.920.800.77
HSL352.22º84.38%12.55%-
HSV(B)352.22º91.53%23.14%-
XYZ1.921.060.45-
YUV21.94122.39154.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 77.63%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=77.63%
G=6.58%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5951200.920.800.77352.2284.3812.55
Hex3B5C05C504D16054d
Octal73514013412011554012415
Binary1110111011100010111001010000100110110110000010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,5,12); }

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

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

 a { background-color: rgb(59,5,12); }

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

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

 span { border-color: rgb(59,5,12); }

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