#110308

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

Shades of Rustic Red #110308

Tints of Rustic Red #110308

Color information

#110308 (or 0x110308) is unknown color: approx Rustic Red. HEX triplet: 11, 03 and 08. RGB value is (17,3,8). Sum of RGB (Red+Green+Blue) = 17+3+8=28 (3% of max value = 765). Red value is 17 (7.03% from 255 or 60.71% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 17 - color contains mainly: red. Hex color #110308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110308 is #EEFCF7. Grayscale: #070707. Windows color (decimal): -15662328 or 525073. OLE color: 525073.

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

Color convert

RGB1738-
CMYK00.820.530.93
HSL338.57º70%3.92%-
HSV(B)338.57º82.35%6.67%-
XYZ0.310.20.25-
YUV7.76128.14134.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 60.71%
GREEN value IS 3 (1.56% from 255) = 10.71%
BLUE value IS 8 (3.52% from 255) = 28.57%
R=60.71%
G=10.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal173800.820.530.93338.57703.92
Hex1138052355D153464
Octal213100122651355231064
Binary100011110000101001011010110111011010100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110308; }

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

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

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

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

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

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

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

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