Html Css Color HEX #110409 Rustic Red

📋 copy color: '#110409'

red 17 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #110409

Tints of Rustic Red #110409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 13.33%

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

R = 56.67%
G = 13.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#110409 (or 0x110409) is known color: Rustic Red. HEX triplet: 11, 04 and 09. RGB value is (17,4,9). Sum of RGB (Red+Green+Blue) = 17+4+9=30 (3% of max value = 765). Red value is 17 (7.03% from 255 or 56.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 17 - color contains mainly: red. Hex color #110409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110409 is #EEFBF6. Grayscale: #080808. Windows color (decimal): -15662071 or 590865. OLE color: 590865.

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

Color convert

RGB 17 4 9 -
CMYK 0 0.76 0.47 0.93
HSL 336.92º 0.62% 0.04% -
HSV(B) 336.92º 0.76% 0.07% -
XYZ 0.32 0.23 0.28 -
YUV 8.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 17 4 9 0 0.76 0.47 0.93 336.92 0.62 0.04
Hex 11 4 9 0 4C 2F 5D 151 3E 4
Octal 21 4 11 0 114 57 135 521 76 4
Binary 10001 100 1001 0 1001100 101111 1011101 101010001 111110 100

Color Harmonies of #110409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110409

Black with #110409

Text Example


Text Example

White with #110409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110409; }

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

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

background-color css

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

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

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

border-color css

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

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

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