#110304

Color #110304 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #110304

Tints of Rustic Red #110304

Color information

#110304 (or 0x110304) is unknown color: approx Rustic Red. HEX triplet: 11, 03 and 04. RGB value is (17,3,4). Sum of RGB (Red+Green+Blue) = 17+3+4=24 (3% of max value = 765). Red value is 17 (7.03% from 255 or 70.83% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 4 (1.95% from 255 or 16.67% from 24); Max value from RGB is 17 - color contains mainly: red. Hex color #110304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110304 is #EEFCFB. Grayscale: #070707. Windows color (decimal): -15662332 or 262929. OLE color: 262929.

HSL color Cylindrical-coordinate representation of color #110304: hue angle of 355.71º 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 #110304 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.93.

Color convert

RGB1734-
CMYK00.820.760.93
HSL355.71º70%3.92%-
HSV(B)355.71º82.35%6.67%-
XYZ0.290.190.14-
YUV7.3126.14134.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 70.83%
GREEN value IS 3 (1.56% from 255) = 12.5%
BLUE value IS 4 (1.95% from 255) = 16.67%
R=70.83%
G=12.5%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal173400.820.760.93355.71703.92
Hex11340524C5D164464
Octal213401221141355441064
Binary100011110001010010100110010111011011001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110304; }

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

 H1.HeaderClassName
 {
   color: #110304;
 }
 .AnyTagClassName
 {
   color: #110304;
 }
</style>
background-color css

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

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

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

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

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

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