#0B0607

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

Shades of Rustic Red #0B0607

Tints of Rustic Red #0B0607

Color information

#0B0607 (or 0x0B0607) is unknown color: approx Rustic Red. HEX triplet: 0B, 06 and 07. RGB value is (11,6,7). Sum of RGB (Red+Green+Blue) = 11+6+7=24 (3% of max value = 765). Red value is 11 (4.69% from 255 or 45.83% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 7 (3.12% from 255 or 29.17% from 24); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0607 is #F4F9F8. Grayscale: #070707. Windows color (decimal): -16054777 or 460299. OLE color: 460299.

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

Color convert

RGB1167-
CMYK00.450.360.96
HSL348º29.41%3.33%-
HSV(B)348º45.45%4.31%-
XYZ0.240.220.23-
YUV7.61127.66130.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 45.83%
GREEN value IS 6 (2.73% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 29.17%
R=45.83%
G=25%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal116700.450.360.9634829.413.33
HexB6702D246015c1d3
Octal136705544140534353
Binary1011110111010110110010011000001010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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