Html Css Color HEX #11090C Rustic Red

📋 copy color: '#11090C'

red 17 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #11090C

Tints of Rustic Red #11090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 31.58%

R = 44.74%
G = 23.68%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.93

RGB Variations

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

Color information

#11090C (or 0x11090C) is known color: Rustic Red. HEX triplet: 11, 09 and 0C. RGB value is (17,9,12). Sum of RGB (Red+Green+Blue) = 17+9+12=38 (5% of max value = 765). Red value is 17 (7.03% from 255 or 44.74% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 17 - color contains mainly: red. Hex color #11090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11090C is #EEF6F3. Grayscale: #0B0B0B. Windows color (decimal): -15660788 or 788753. OLE color: 788753.

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

Color convert

RGB 17 9 12 -
CMYK 0 0.47 0.29 0.93
HSL 337.5º 0.31% 0.05% -
HSV(B) 337.5º 0.47% 0.07% -
XYZ 0.4 0.34 0.39 -
YUV 11.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 17 9 12 0 0.47 0.29 0.93 337.5 0.31 0.05
Hex 11 9 C 0 2F 1D 5D 152 1F 5
Octal 21 11 14 0 57 35 135 522 37 5
Binary 10001 1001 1100 0 101111 11101 1011101 101010010 11111 101

Color Harmonies of #11090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11090C

Black with #11090C

Text Example


Text Example

White with #11090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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