Html Css Color HEX #110609 Rustic Red

📋 copy color: '#110609'

red 17 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #110609

Tints of Rustic Red #110609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 18.75%

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

R = 53.13%
G = 18.75%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#110609 (or 0x110609) is known color: Rustic Red. HEX triplet: 11, 06 and 09. RGB value is (17,6,9). Sum of RGB (Red+Green+Blue) = 17+6+9=32 (4% of max value = 765). Red value is 17 (7.03% from 255 or 53.12% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 17 - color contains mainly: red. Hex color #110609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110609 is #EEF9F6. Grayscale: #090909. Windows color (decimal): -15661559 or 591377. OLE color: 591377.

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

Color convert

RGB 17 6 9 -
CMYK 0 0.65 0.47 0.93
HSL 343.64º 0.48% 0.05% -
HSV(B) 343.64º 0.65% 0.07% -
XYZ 0.35 0.27 0.29 -
YUV 9.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 17 6 9 0 0.65 0.47 0.93 343.64 0.48 0.05
Hex 11 6 9 0 41 2F 5D 158 30 5
Octal 21 6 11 0 101 57 135 530 60 5
Binary 10001 110 1001 0 1000001 101111 1011101 101011000 110000 101

Color Harmonies of #110609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110609

Black with #110609

Text Example


Text Example

White with #110609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110609; }

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

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

background-color css

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

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

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

border-color css

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

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

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