#110204

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

Shades of Rustic Red #110204

Tints of Rustic Red #110204

Color information

#110204 (or 0x110204) is unknown color: approx Rustic Red. HEX triplet: 11, 02 and 04. RGB value is (17,2,4). Sum of RGB (Red+Green+Blue) = 17+2+4=23 (3% of max value = 765). Red value is 17 (7.03% from 255 or 73.91% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 17 - color contains mainly: red. Hex color #110204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110204 is #EEFDFB. Grayscale: #060606. Windows color (decimal): -15662588 or 262673. OLE color: 262673.

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

Color convert

RGB1724-
CMYK00.880.760.93
HSL352º78.95%3.73%-
HSV(B)352º88.24%6.67%-
XYZ0.270.170.13-
YUV6.71126.47135.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 73.91%
GREEN value IS 2 (1.17% from 255) = 8.70%
BLUE value IS 4 (1.95% from 255) = 17.39%
R=73.91%
G=8.70%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal172400.880.760.9335278.953.73
Hex11240584C5D1604f4
Octal212401301141355401174
Binary100011010001011000100110010111011011000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110204; }

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

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

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

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

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

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

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

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