#3B050E

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

Shades of Rustic Red #3B050E

Tints of Rustic Red #3B050E

Color information

#3B050E (or 0x3B050E) is unknown color: approx Rustic Red. HEX triplet: 3B, 05 and 0E. RGB value is (59,5,14). Sum of RGB (Red+Green+Blue) = 59+5+14=78 (10% of max value = 765). Red value is 59 (23.44% from 255 or 75.64% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 59 - color contains mainly: red. Hex color #3B050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B050E is #C4FAF1. Grayscale: #161616. Windows color (decimal): -12909298 or 918843. OLE color: 918843.

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

Color convert

RGB59514-
CMYK00.920.760.77
HSL350º84.38%12.55%-
HSV(B)350º91.53%23.14%-
XYZ1.941.070.52-
YUV22.17123.39154.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 75.64%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=75.64%
G=6.41%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5951400.920.760.7735084.3812.55
Hex3B5E05C4C4D15e54d
Octal73516013411411553612415
Binary1110111011110010111001001100100110110101111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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