Html Css Color HEX #0B0809 Rustic Red

📋 copy color: '#0B0809'

red 11 ◦ green 8 ◦ blue 9

#0B0809
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #0B0809

Tints of Rustic Red #0B0809

RGB

 RED value IS 11 (4.69% from 255) = 39.29%

 GREEN value IS 8 (3.52% from 255) = 28.57%

 BLUE value IS 9 (3.91% from 255) = 32.14%

R = 39.29%
G = 28.57%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.96

RGB Variations

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

Color information

#0B0809 (or 0x0B0809) is known color: Rustic Red. HEX triplet: 0B, 08 and 09. RGB value is (11,8,9). Sum of RGB (Red+Green+Blue) = 11+8+9=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0809 is #F4F7F6. Grayscale: #090909. Windows color (decimal): -16054263 or 591883. OLE color: 591883.

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

Color convert

RGB 11 8 9 -
CMYK 0 0.27 0.18 0.96
HSL 340º 0.16% 0.04% -
HSV(B) 340º 0.27% 0.04% -
XYZ 0.27 0.26 0.3 -
YUV 9.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 11 8 9 0 0.27 0.18 0.96 340 0.16 0.04
Hex B 8 9 0 1B 12 60 154 10 4
Octal 13 10 11 0 33 22 140 524 20 4
Binary 1011 1000 1001 0 11011 10010 1100000 101010100 10000 100

Color Harmonies of #0B0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0809

Black with #0B0809

Text Example


Text Example

White with #0B0809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B0809;
 }
 .AnyTagClassName
 {
   color: #0B0809;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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