#17060B

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

Shades of Rustic Red #17060B

Tints of Rustic Red #17060B

Color information

#17060B (or 0x17060B) is unknown color: approx Rustic Red. HEX triplet: 17, 06 and 0B. RGB value is (23,6,11). Sum of RGB (Red+Green+Blue) = 23+6+11=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17060B is #E8F9F4. Grayscale: #0B0B0B. Windows color (decimal): -15268341 or 722455. OLE color: 722455.

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

Color convert

RGB23611-
CMYK00.740.520.91
HSL342.35º58.62%5.69%-
HSV(B)342.35º73.91%9.02%-
XYZ0.480.340.36-
YUV11.65127.63136.09-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 57.5%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=57.5%
G=15%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2361100.740.520.91342.3558.625.69
Hex176B04A345B1563b6
Octal27613011264133526736
Binary101111101011010010101101001011011101010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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