#0B0708

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

Shades of Rustic Red #0B0708

Tints of Rustic Red #0B0708

Color information

#0B0708 (or 0x0B0708) is unknown color: approx Rustic Red. HEX triplet: 0B, 07 and 08. RGB value is (11,7,8). Sum of RGB (Red+Green+Blue) = 11+7+8=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 8 (3.52% from 255 or 30.77% from 26); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0708 is #F4F8F7. Grayscale: #080808. Windows color (decimal): -16054520 or 526091. OLE color: 526091.

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

Color convert

RGB1178-
CMYK00.360.270.96
HSL345º22.22%3.53%-
HSV(B)345º36.36%4.31%-
XYZ0.260.240.26-
YUV8.31127.83129.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 42.31%
GREEN value IS 7 (3.12% from 255) = 26.92%
BLUE value IS 8 (3.52% from 255) = 30.77%
R=42.31%
G=26.92%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal117800.360.270.9634522.223.53
HexB780241B60159164
Octal1371004433140531264
Binary10111111000010010011011110000010101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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