#0B0408

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

Shades of Rustic Red #0B0408

Tints of Rustic Red #0B0408

Color information

#0B0408 (or 0x0B0408) is unknown color: approx Rustic Red. HEX triplet: 0B, 04 and 08. RGB value is (11,4,8). Sum of RGB (Red+Green+Blue) = 11+4+8=23 (3% of max value = 765). Red value is 11 (4.69% from 255 or 47.83% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 8 (3.52% from 255 or 34.78% from 23); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0408 is #F4FBF7. Grayscale: #060606. Windows color (decimal): -16055288 or 525323. OLE color: 525323.

HSL color Cylindrical-coordinate representation of color #0B0408: hue angle of 325.71º 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 #0B0408 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.96.

Color convert

RGB1148-
CMYK00.640.270.96
HSL325.71º46.67%2.94%-
HSV(B)325.71º63.64%4.31%-
XYZ0.230.180.25-
YUV6.55128.82131.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 47.83%
GREEN value IS 4 (1.95% from 255) = 17.39%
BLUE value IS 8 (3.52% from 255) = 34.78%
R=47.83%
G=17.39%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal114800.640.270.96325.7146.672.94
HexB480401B601462f3
Octal13410010033140506573
Binary101110010000100000011011110000010100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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