#0B0608

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

Shades of Rustic Red #0B0608

Tints of Rustic Red #0B0608

Color information

#0B0608 (or 0x0B0608) is unknown color: approx Rustic Red. HEX triplet: 0B, 06 and 08. RGB value is (11,6,8). Sum of RGB (Red+Green+Blue) = 11+6+8=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 8 (3.52% from 255 or 32% from 25); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0608 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0608 is #F4F9F7. Grayscale: #070707. Windows color (decimal): -16054776 or 525835. OLE color: 525835.

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

Color convert

RGB1168-
CMYK00.450.270.96
HSL336º29.41%3.33%-
HSV(B)336º45.45%4.31%-
XYZ0.250.220.26-
YUV7.72128.16130.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 44%
GREEN value IS 6 (2.73% from 255) = 24%
BLUE value IS 8 (3.52% from 255) = 32%
R=44%
G=24%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal116800.450.270.9633629.413.33
HexB6802D1B601501d3
Octal1361005533140520353
Binary1011110100001011011101111000001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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