#170A0F

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

Shades of Rustic Red #170A0F

Tints of Rustic Red #170A0F

Color information

#170A0F (or 0x170A0F) is unknown color: approx Rustic Red. HEX triplet: 17, 0A and 0F. RGB value is (23,10,15). Sum of RGB (Red+Green+Blue) = 23+10+15=48 (6% of max value = 765). Red value is 23 (9.38% from 255 or 47.92% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 23 - color contains mainly: red. Hex color #170A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170A0F is #E8F5F0. Grayscale: #0E0E0E. Windows color (decimal): -15267313 or 985623. OLE color: 985623.

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

Color convert

RGB231015-
CMYK00.570.350.91
HSL336.92º39.39%6.47%-
HSV(B)336.92º56.52%9.02%-
XYZ0.550.430.51-
YUV14.46128.31134.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 47.92%
GREEN value IS 10 (4.30% from 255) = 20.83%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=47.92%
G=20.83%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23101500.570.350.91336.9239.396.47
Hex17AF039235B151276
Octal27121707143133521476
Binary101111010111101110011000111011011101010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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