#17060F

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

Shades of Rustic Red #17060F

Tints of Rustic Red #17060F

Color information

#17060F (or 0x17060F) is unknown color: approx Rustic Red. HEX triplet: 17, 06 and 0F. RGB value is (23,6,15). Sum of RGB (Red+Green+Blue) = 23+6+15=44 (5% of max value = 765). Red value is 23 (9.38% from 255 or 52.27% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 23 - color contains mainly: red. Hex color #17060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17060F is #E8F9F0. Grayscale: #0C0C0C. Windows color (decimal): -15268337 or 984599. OLE color: 984599.

HSL color Cylindrical-coordinate representation of color #17060F: hue angle of 328.24º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #17060F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.91.

Color convert

RGB23615-
CMYK00.740.350.91
HSL328.24º58.62%5.69%-
HSV(B)328.24º73.91%9.02%-
XYZ0.50.350.49-
YUV12.11129.63135.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 52.27%
GREEN value IS 6 (2.73% from 255) = 13.64%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=52.27%
G=13.64%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2361500.740.350.91328.2458.625.69
Hex176F04A235B1483b6
Octal27617011243133510736
Binary101111101111010010101000111011011101001000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17060F; }

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

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

<style>
 a { background-color: #17060F; }

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

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

<style>
 span { border-color: #17060F; }

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

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