#0B0709

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

Shades of Rustic Red #0B0709

Tints of Rustic Red #0B0709

Color information

#0B0709 (or 0x0B0709) is unknown color: approx Rustic Red. HEX triplet: 0B, 07 and 09. RGB value is (11,7,9). Sum of RGB (Red+Green+Blue) = 11+7+9=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 9 (3.91% from 255 or 33.33% from 27); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0709 is #F4F8F6. Grayscale: #080808. Windows color (decimal): -16054519 or 591627. OLE color: 591627.

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

Color convert

RGB1179-
CMYK00.360.180.96
HSL330º22.22%3.53%-
HSV(B)330º36.36%4.31%-
XYZ0.260.240.29-
YUV8.42128.33129.84-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 40.74%
GREEN value IS 7 (3.12% from 255) = 25.93%
BLUE value IS 9 (3.91% from 255) = 33.33%
R=40.74%
G=25.93%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal117900.360.180.9633022.223.53
HexB79024126014a164
Octal1371104422140512264
Binary10111111001010010010010110000010100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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