#170D12

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

Shades of Rustic Red #170D12

Tints of Rustic Red #170D12

Color information

#170D12 (or 0x170D12) is unknown color: approx Rustic Red. HEX triplet: 17, 0D and 12. RGB value is (23,13,18). Sum of RGB (Red+Green+Blue) = 23+13+18=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 23 - color contains mainly: red. Hex color #170D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170D12 is #E8F2ED. Grayscale: #101010. Windows color (decimal): -15266542 or 1182999. OLE color: 1182999.

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

Color convert

RGB231318-
CMYK00.430.220.91
HSL330º27.78%7.06%-
HSV(B)330º43.48%9.02%-
XYZ0.610.510.64-
YUV16.56128.81132.59-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 42.59%
GREEN value IS 13 (5.47% from 255) = 24.07%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=42.59%
G=24.07%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23131800.430.220.9133027.787.06
Hex17D1202B165B14a1c7
Octal27152205326133512347
Binary10111110110010010101110110101101110100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,13,18); }

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

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

 a { background-color: rgb(23,13,18); }

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

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

 span { border-color: rgb(23,13,18); }

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