#110002

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

Shades of Rustic Red #110002

Tints of Rustic Red #110002

Color information

#110002 (or 0x110002) is unknown color: approx Rustic Red. HEX triplet: 11, 00 and 02. RGB value is (17,0,2). Sum of RGB (Red+Green+Blue) = 17+0+2=19 (2% of max value = 765). Red value is 17 (7.03% from 255 or 89.47% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 17 - color contains mainly: red. Hex color #110002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110002 is #EEFFFD. Grayscale: #050505. Windows color (decimal): -15663102 or 131089. OLE color: 131089.

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

Color convert

RGB1702-
CMYK010.880.93
HSL352.94º100%3.33%-
HSV(B)352.94º100%6.67%-
XYZ0.240.120.07-
YUV5.31126.13136.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 89.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 10.53%
R=89.47%
G=0%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1702010.880.93352.941003.33
Hex1102064585D161643
Octal210201441301355411443
Binary100010100110010010110001011101101100001110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110002; }

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

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

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

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

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

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

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

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