Html Css Color HEX #110309 Rustic Red

📋 copy color: '#110309'

red 17 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #110309

Tints of Rustic Red #110309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 10.34%

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

R = 58.62%
G = 10.34%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#110309 (or 0x110309) is known color: Rustic Red. HEX triplet: 11, 03 and 09. RGB value is (17,3,9). Sum of RGB (Red+Green+Blue) = 17+3+9=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110309 is #EEFCF6. Grayscale: #070707. Windows color (decimal): -15662327 or 590609. OLE color: 590609.

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

Color convert

RGB 17 3 9 -
CMYK 0 0.82 0.47 0.93
HSL 334.29º 0.7% 0.04% -
HSV(B) 334.29º 0.82% 0.07% -
XYZ 0.31 0.2 0.28 -
YUV 7.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 17 3 9 0 0.82 0.47 0.93 334.29 0.7 0.04
Hex 11 3 9 0 52 2F 5D 14E 46 4
Octal 21 3 11 0 122 57 135 516 106 4
Binary 10001 11 1001 0 1010010 101111 1011101 101001110 1000110 100

Color Harmonies of #110309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110309

Black with #110309

Text Example


Text Example

White with #110309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110309; }

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

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

background-color css

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

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

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

border-color css

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

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

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