#17010B

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

Shades of Rustic Red #17010B

Tints of Rustic Red #17010B

Color information

#17010B (or 0x17010B) is unknown color: approx Rustic Red. HEX triplet: 17, 01 and 0B. RGB value is (23,1,11). Sum of RGB (Red+Green+Blue) = 23+1+11=35 (4% of max value = 765). Red value is 23 (9.38% from 255 or 65.71% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 23 - color contains mainly: red. Hex color #17010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17010B is #E8FEF4. Grayscale: #080808. Windows color (decimal): -15269621 or 721175. OLE color: 721175.

HSL color Cylindrical-coordinate representation of color #17010B: hue angle of 332.73º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17010B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB23111-
CMYK00.960.520.91
HSL332.73º91.67%4.71%-
HSV(B)332.73º95.65%9.02%-
XYZ0.420.230.34-
YUV8.72129.29138.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 65.71%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=65.71%
G=2.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2311100.960.520.91332.7391.674.71
Hex171B060345B14d5c5
Octal271130140641335151345
Binary10111110110110000011010010110111010011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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