#0B0305

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

Shades of Rustic Red #0B0305

Tints of Rustic Red #0B0305

Color information

#0B0305 (or 0x0B0305) is unknown color: approx Rustic Red. HEX triplet: 0B, 03 and 05. RGB value is (11,3,5). Sum of RGB (Red+Green+Blue) = 11+3+5=19 (2% of max value = 765). Red value is 11 (4.69% from 255 or 57.89% from 19); Green value is 3 (1.56% from 255 or 15.79% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0305 is #F4FCFA. Grayscale: #050505. Windows color (decimal): -16055547 or 328459. OLE color: 328459.

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

Color convert

RGB1135-
CMYK00.730.550.96
HSL345º57.14%2.75%-
HSV(B)345º72.73%4.31%-
XYZ0.20.150.16-
YUV5.62127.65131.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 57.89%
GREEN value IS 3 (1.56% from 255) = 15.79%
BLUE value IS 5 (2.34% from 255) = 26.32%
R=57.89%
G=15.79%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal113500.730.550.9634557.142.75
HexB350493760159393
Octal1335011167140531713
Binary10111110101001001110111110000010101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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