#0B0406

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

Shades of Rustic Red #0B0406

Tints of Rustic Red #0B0406

Color information

#0B0406 (or 0x0B0406) is unknown color: approx Rustic Red. HEX triplet: 0B, 04 and 06. RGB value is (11,4,6). Sum of RGB (Red+Green+Blue) = 11+4+6=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 4 (1.95% from 255 or 19.05% from 21); Blue value is 6 (2.73% from 255 or 28.57% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0406 is #F4FBF9. Grayscale: #060606. Windows color (decimal): -16055290 or 394251. OLE color: 394251.

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

Color convert

RGB1146-
CMYK00.640.450.96
HSL342.86º46.67%2.94%-
HSV(B)342.86º63.64%4.31%-
XYZ0.210.170.19-
YUV6.32127.82131.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 52.38%
GREEN value IS 4 (1.95% from 255) = 19.05%
BLUE value IS 6 (2.73% from 255) = 28.57%
R=52.38%
G=19.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal114600.640.450.96342.8646.672.94
HexB460402D601572f3
Octal1346010055140527573
Binary101110011001000000101101110000010101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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