#110306

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

Shades of Rustic Red #110306

Tints of Rustic Red #110306

Color information

#110306 (or 0x110306) is unknown color: approx Rustic Red. HEX triplet: 11, 03 and 06. RGB value is (17,3,6). Sum of RGB (Red+Green+Blue) = 17+3+6=26 (3% of max value = 765). Red value is 17 (7.03% from 255 or 65.38% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 17 - color contains mainly: red. Hex color #110306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110306 is #EEFCF9. Grayscale: #070707. Windows color (decimal): -15662330 or 394001. OLE color: 394001.

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

Color convert

RGB1736-
CMYK00.820.650.93
HSL347.14º70%3.92%-
HSV(B)347.14º82.35%6.67%-
XYZ0.30.20.19-
YUV7.53127.14134.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 65.38%
GREEN value IS 3 (1.56% from 255) = 11.54%
BLUE value IS 6 (2.73% from 255) = 23.08%
R=65.38%
G=11.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal173600.820.650.93347.14703.92
Hex1136052415D15b464
Octal213601221011355331064
Binary100011111001010010100000110111011010110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110306; }

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

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

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

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

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

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

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

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