Html Css Color HEX #110709 Rustic Red

📋 copy color: '#110709'

red 17 ◦ green 7 ◦ blue 9

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

Shades of Rustic Red #110709

Tints of Rustic Red #110709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 21.21%

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

R = 51.52%
G = 21.21%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#110709 (or 0x110709) is known color: Rustic Red. HEX triplet: 11, 07 and 09. RGB value is (17,7,9). Sum of RGB (Red+Green+Blue) = 17+7+9=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110709 is #EEF8F6. Grayscale: #0A0A0A. Windows color (decimal): -15661303 or 591633. OLE color: 591633.

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

Color convert

RGB 17 7 9 -
CMYK 0 0.59 0.47 0.93
HSL 348º 0.42% 0.05% -
HSV(B) 348º 0.59% 0.07% -
XYZ 0.36 0.29 0.3 -
YUV 10.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 17 7 9 0 0.59 0.47 0.93 348 0.42 0.05
Hex 11 7 9 0 3B 2F 5D 15C 2A 5
Octal 21 7 11 0 73 57 135 534 52 5
Binary 10001 111 1001 0 111011 101111 1011101 101011100 101010 101

Color Harmonies of #110709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110709

Black with #110709

Text Example


Text Example

White with #110709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110709; }

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

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

background-color css

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

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

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

border-color css

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

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

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