#0B0506

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

Shades of Rustic Red #0B0506

Tints of Rustic Red #0B0506

Color information

#0B0506 (or 0x0B0506) is unknown color: approx Rustic Red. HEX triplet: 0B, 05 and 06. RGB value is (11,5,6). Sum of RGB (Red+Green+Blue) = 11+5+6=22 (2% of max value = 765). Red value is 11 (4.69% from 255 or 50% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 6 (2.73% from 255 or 27.27% from 22); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0506 is #F4FAF9. Grayscale: #060606. Windows color (decimal): -16055034 or 394507. OLE color: 394507.

HSL color Cylindrical-coordinate representation of color #0B0506: hue angle of 350º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0B0506 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.96.

Color convert

RGB1156-
CMYK00.550.450.96
HSL350º37.5%3.14%-
HSV(B)350º54.55%4.31%-
XYZ0.230.190.2-
YUV6.91127.49130.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 22.73%
BLUE value IS 6 (2.73% from 255) = 27.27%
R=50%
G=22.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal115600.550.450.9635037.53.14
HexB560372D6015e263
Octal135606755140536463
Binary10111011100110111101101110000010101111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0506; }

 p { color: rgb(11,5,6); }

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

<style>
 a { background-color: #0B0506; }

 a { background-color: rgb(11,5,6); }

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

<style>
 span { border-color: #0B0506; }

 span { border-color: rgb(11,5,6); }

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