#17050A

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

Shades of Rustic Red #17050A

Tints of Rustic Red #17050A

Color information

#17050A (or 0x17050A) is unknown color: approx Rustic Red. HEX triplet: 17, 05 and 0A. RGB value is (23,5,10). Sum of RGB (Red+Green+Blue) = 23+5+10=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #17050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050A is #E8FAF5. Grayscale: #0A0A0A. Windows color (decimal): -15268598 or 656663. OLE color: 656663.

HSL color Cylindrical-coordinate representation of color #17050A: hue angle of 343.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17050A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.91.

Color convert

RGB23510-
CMYK00.780.570.91
HSL343.33º64.29%5.49%-
HSV(B)343.33º78.26%9.02%-
XYZ0.460.310.32-
YUV10.95127.46136.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 60.53%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 10 (4.30% from 255) = 26.32%
R=60.53%
G=13.16%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2351000.780.570.91343.3364.295.49
Hex175A04E395B157405
Octal275120116711335271005
Binary1011110110100100111011100110110111010101111000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17050A; }

 p { color: rgb(23,5,10); }

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

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

 a { background-color: rgb(23,5,10); }

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

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

 span { border-color: rgb(23,5,10); }

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