#170A10

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

Shades of Rustic Red #170A10

Tints of Rustic Red #170A10

Color information

#170A10 (or 0x170A10) is unknown color: approx Rustic Red. HEX triplet: 17, 0A and 10. RGB value is (23,10,16). Sum of RGB (Red+Green+Blue) = 23+10+16=49 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46.94% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 23 - color contains mainly: red. Hex color #170A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A10 is #E8F5EF. Grayscale: #0E0E0E. Windows color (decimal): -15267312 or 1051159. OLE color: 1051159.

HSL color Cylindrical-coordinate representation of color #170A10: hue angle of 332.31º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #170A10 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.91.

Color convert

RGB231016-
CMYK00.570.300.91
HSL332.31º39.39%6.47%-
HSV(B)332.31º56.52%9.02%-
XYZ0.560.440.55-
YUV14.57128.81134.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 46.94%
GREEN value IS 10 (4.30% from 255) = 20.41%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=46.94%
G=20.41%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23101600.570.300.91332.3139.396.47
Hex17A100391E5B14c276
Octal27122007136133514476
Binary101111010100000111001111101011011101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170A10; }

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

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

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

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

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

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

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

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