#3B0205

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

Shades of Rustic Red #3B0205

Tints of Rustic Red #3B0205

Color information

#3B0205 (or 0x3B0205) is unknown color: approx Rustic Red. HEX triplet: 3B, 02 and 05. RGB value is (59,2,5). Sum of RGB (Red+Green+Blue) = 59+2+5=66 (8% of max value = 765). Red value is 59 (23.44% from 255 or 89.39% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0205 is #C4FDFA. Grayscale: #131313. Windows color (decimal): -12910075 or 328251. OLE color: 328251.

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

Color convert

RGB5925-
CMYK00.970.920.77
HSL356.84º93.44%11.96%-
HSV(B)356.84º96.61%23.14%-
XYZ1.850.980.24-
YUV19.38119.88156.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 89.39%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 5 (2.34% from 255) = 7.58%
R=89.39%
G=3.03%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal592500.970.920.77356.8493.4411.96
Hex3B250615C4D1655dc
Octal7325014113411554513514
Binary11101110101011000011011100100110110110010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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