#170C10

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

Shades of Rustic Red #170C10

Tints of Rustic Red #170C10

Color information

#170C10 (or 0x170C10) is unknown color: approx Rustic Red. HEX triplet: 17, 0C and 10. RGB value is (23,12,16). Sum of RGB (Red+Green+Blue) = 23+12+16=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 23 - color contains mainly: red. Hex color #170C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170C10 is #E8F3EF. Grayscale: #0F0F0F. Windows color (decimal): -15266800 or 1051671. OLE color: 1051671.

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

Color convert

RGB231216-
CMYK00.480.300.91
HSL338.18º31.43%6.86%-
HSV(B)338.18º47.83%9.02%-
XYZ0.580.480.55-
YUV15.74128.14133.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 45.10%
GREEN value IS 12 (5.08% from 255) = 23.53%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=45.10%
G=23.53%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23121600.480.300.91338.1831.436.86
Hex17C100301E5B1521f7
Octal27142006036133522377
Binary10111110010000011000011110101101110101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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