#11050B

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

Shades of Rustic Red #11050B

Tints of Rustic Red #11050B

Color information

#11050B (or 0x11050B) is unknown color: approx Rustic Red. HEX triplet: 11, 05 and 0B. RGB value is (17,5,11). Sum of RGB (Red+Green+Blue) = 17+5+11=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #11050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11050B is #EEFAF4. Grayscale: #090909. Windows color (decimal): -15661813 or 722193. OLE color: 722193.

HSL color Cylindrical-coordinate representation of color #11050B: hue angle of 330º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11050B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.93.

Color convert

RGB17511-
CMYK00.710.350.93
HSL330º54.55%4.31%-
HSV(B)330º70.59%6.67%-
XYZ0.350.250.35-
YUV9.27128.98133.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 51.52%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=51.52%
G=15.15%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1751100.710.350.9333054.554.31
Hex115B047235D14a374
Octal21513010743135512674
Binary100011011011010001111000111011101101001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11050B; }

 p { color: rgb(17,5,11); }

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

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

 a { background-color: rgb(17,5,11); }

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

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

 span { border-color: rgb(17,5,11); }

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