Html Css Color HEX #11090B Rustic Red

📋 copy color: '#11090B'

red 17 ◦ green 9 ◦ blue 11

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

Shades of Rustic Red #11090B

Tints of Rustic Red #11090B

RGB

 RED value IS 17 (7.03% from 255) = 45.95%

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

 BLUE value IS 11 (4.69% from 255) = 29.73%

R = 45.95%
G = 24.32%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.93

RGB Variations

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

Color information

#11090B (or 0x11090B) is known color: Rustic Red. HEX triplet: 11, 09 and 0B. RGB value is (17,9,11). Sum of RGB (Red+Green+Blue) = 17+9+11=37 (4% of max value = 765). Red value is 17 (7.03% from 255 or 45.95% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 17 - color contains mainly: red. Hex color #11090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11090B is #EEF6F4. Grayscale: #0B0B0B. Windows color (decimal): -15660789 or 723217. OLE color: 723217.

HSL color Cylindrical-coordinate representation of color #11090B: hue angle of 345º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #11090B is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 9 11 -
CMYK 0 0.47 0.35 0.93
HSL 345º 0.31% 0.05% -
HSV(B) 345º 0.47% 0.07% -
XYZ 0.39 0.34 0.36 -
YUV 11.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 17 9 11 0 0.47 0.35 0.93 345 0.31 0.05
Hex 11 9 B 0 2F 23 5D 159 1F 5
Octal 21 11 13 0 57 43 135 531 37 5
Binary 10001 1001 1011 0 101111 100011 1011101 101011001 11111 101

Color Harmonies of #11090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11090B

Black with #11090B

Text Example


Text Example

White with #11090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11090B; }

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

 H1.HeaderClassName
 {
   color: #11090B;
 }
 .AnyTagClassName
 {
   color: #11090B;
 }
</style>

background-color css

<style>
 a { background-color: #11090B; }

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

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

border-color css

<style>
 span { border-color: #11090B; }

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

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