#110307

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

Shades of Rustic Red #110307

Tints of Rustic Red #110307

Color information

#110307 (or 0x110307) is unknown color: approx Rustic Red. HEX triplet: 11, 03 and 07. RGB value is (17,3,7). Sum of RGB (Red+Green+Blue) = 17+3+7=27 (3% of max value = 765). Red value is 17 (7.03% from 255 or 62.96% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 17 - color contains mainly: red. Hex color #110307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110307 is #EEFCF8. Grayscale: #070707. Windows color (decimal): -15662329 or 459537. OLE color: 459537.

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

Color convert

RGB1737-
CMYK00.820.590.93
HSL342.86º70%3.92%-
HSV(B)342.86º82.35%6.67%-
XYZ0.30.20.22-
YUV7.64127.64134.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 62.96%
GREEN value IS 3 (1.56% from 255) = 11.11%
BLUE value IS 7 (3.12% from 255) = 25.93%
R=62.96%
G=11.11%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal173700.820.590.93342.86703.92
Hex11370523B5D157464
Octal21370122731355271064
Binary10001111110101001011101110111011010101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110307; }

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

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

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

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

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

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

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

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