#0B0205

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

Shades of Rustic Red #0B0205

Tints of Rustic Red #0B0205

Color information

#0B0205 (or 0x0B0205) is unknown color: approx Rustic Red. HEX triplet: 0B, 02 and 05. RGB value is (11,2,5). Sum of RGB (Red+Green+Blue) = 11+2+5=18 (2% of max value = 765). Red value is 11 (4.69% from 255 or 61.11% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0205 is #F4FDFA. Grayscale: #050505. Windows color (decimal): -16055803 or 328203. OLE color: 328203.

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

Color convert

RGB1125-
CMYK00.820.550.96
HSL340º69.23%2.55%-
HSV(B)340º81.82%4.31%-
XYZ0.190.130.16-
YUV5.03127.98132.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 61.11%
GREEN value IS 2 (1.17% from 255) = 11.11%
BLUE value IS 5 (2.34% from 255) = 27.78%
R=61.11%
G=11.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal112500.820.550.9634069.232.55
HexB250523760154453
Octal13250122671405241053
Binary101110101010100101101111100000101010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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