#170A0E

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

Shades of Rustic Red #170A0E

Tints of Rustic Red #170A0E

Color information

#170A0E (or 0x170A0E) is unknown color: approx Rustic Red. HEX triplet: 17, 0A and 0E. RGB value is (23,10,14). Sum of RGB (Red+Green+Blue) = 23+10+14=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 23 - color contains mainly: red. Hex color #170A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A0E is #E8F5F1. Grayscale: #0E0E0E. Windows color (decimal): -15267314 or 920087. OLE color: 920087.

HSL color Cylindrical-coordinate representation of color #170A0E: hue angle of 341.54º 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 #170A0E is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.91.

Color convert

RGB231014-
CMYK00.570.390.91
HSL341.54º39.39%6.47%-
HSV(B)341.54º56.52%9.02%-
XYZ0.540.430.47-
YUV14.34127.81134.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 48.94%
GREEN value IS 10 (4.30% from 255) = 21.28%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=48.94%
G=21.28%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23101400.570.390.91341.5439.396.47
Hex17AE039275B156276
Octal27121607147133526476
Binary101111010111001110011001111011011101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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