#17060A

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

Shades of Rustic Red #17060A

Tints of Rustic Red #17060A

Color information

#17060A (or 0x17060A) is unknown color: approx Rustic Red. HEX triplet: 17, 06 and 0A. RGB value is (23,6,10). Sum of RGB (Red+Green+Blue) = 23+6+10=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #17060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17060A is #E8F9F5. Grayscale: #0B0B0B. Windows color (decimal): -15268342 or 656919. OLE color: 656919.

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

Color convert

RGB23610-
CMYK00.740.570.91
HSL345.88º58.62%5.69%-
HSV(B)345.88º73.91%9.02%-
XYZ0.470.330.33-
YUV11.54127.13136.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 58.97%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=58.97%
G=15.38%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2361000.740.570.91345.8858.625.69
Hex176A04A395B15a3b6
Octal27612011271133532736
Binary101111101010010010101110011011011101011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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