#11010A

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

Shades of Rustic Red #11010A

Tints of Rustic Red #11010A

Color information

#11010A (or 0x11010A) is unknown color: approx Rustic Red. HEX triplet: 11, 01 and 0A. RGB value is (17,1,10). Sum of RGB (Red+Green+Blue) = 17+1+10=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #11010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11010A is #EEFEF5. Grayscale: #060606. Windows color (decimal): -15662838 or 655633. OLE color: 655633.

HSL color Cylindrical-coordinate representation of color #11010A: hue angle of 326.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11010A is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB17110-
CMYK00.940.410.93
HSL326.25º88.89%3.53%-
HSV(B)326.25º94.12%6.67%-
XYZ0.30.160.3-
YUV6.81129.8135.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 1 (0.78% from 255) = 3.57%
BLUE value IS 10 (4.30% from 255) = 35.71%
R=60.71%
G=3.57%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711000.940.410.93326.2588.893.53
Hex111A05E295D146594
Octal211120136511355061314
Binary10001110100101111010100110111011010001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11010A; }

 p { color: rgb(17,1,10); }

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

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

 a { background-color: rgb(17,1,10); }

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

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

 span { border-color: rgb(17,1,10); }

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