Html Css Color HEX #11090D Rustic Red

📋 copy color: '#11090D'

red 17 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #11090D

Tints of Rustic Red #11090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 33.33%

R = 43.59%
G = 23.08%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#11090D (or 0x11090D) is known color: Rustic Red. HEX triplet: 11, 09 and 0D. RGB value is (17,9,13). Sum of RGB (Red+Green+Blue) = 17+9+13=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 9 (3.91% from 255 or 23.08% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 17 - color contains mainly: red. Hex color #11090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11090D is #EEF6F2. Grayscale: #0B0B0B. Windows color (decimal): -15660787 or 854289. OLE color: 854289.

HSL color Cylindrical-coordinate representation of color #11090D: hue angle of 330º 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 #11090D is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 9 13 -
CMYK 0 0.47 0.24 0.93
HSL 330º 0.31% 0.05% -
HSV(B) 330º 0.47% 0.07% -
XYZ 0.4 0.34 0.43 -
YUV 11.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 17 9 13 0 0.47 0.24 0.93 330 0.31 0.05
Hex 11 9 D 0 2F 18 5D 14A 1F 5
Octal 21 11 15 0 57 30 135 512 37 5
Binary 10001 1001 1101 0 101111 11000 1011101 101001010 11111 101

Color Harmonies of #11090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11090D

Black with #11090D

Text Example


Text Example

White with #11090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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