Html Css Color HEX #0B090A Rustic Red

📋 copy color: '#0B090A'

red 11 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #0B090A

Tints of Rustic Red #0B090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 30%

 BLUE value IS 10 (4.3% from 255) = 33.33%

R = 36.67%
G = 30%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.96

RGB Variations

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

Color information

#0B090A (or 0x0B090A) is known color: Rustic Red. HEX triplet: 0B, 09 and 0A. RGB value is (11,9,10). Sum of RGB (Red+Green+Blue) = 11+9+10=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 9 (3.91% from 255 or 30% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 11 - color contains mainly: red. Hex color #0B090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B090A is #F4F6F5. Grayscale: #090909. Windows color (decimal): -16054006 or 657675. OLE color: 657675.

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

Color convert

RGB 11 9 10 -
CMYK 0 0.18 0.09 0.96
HSL 330º 0.1% 0.04% -
HSV(B) 330º 0.18% 0.04% -
XYZ 0.29 0.29 0.33 -
YUV 9.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 11 9 10 0 0.18 0.09 0.96 330 0.1 0.04
Hex B 9 A 0 12 9 60 14A A 4
Octal 13 11 12 0 22 11 140 512 12 4
Binary 1011 1001 1010 0 10010 1001 1100000 101001010 1010 100

Color Harmonies of #0B090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B090A

Black with #0B090A

Text Example


Text Example

White with #0B090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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