#17020B

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

Shades of Rustic Red #17020B

Tints of Rustic Red #17020B

Color information

#17020B (or 0x17020B) is unknown color: approx Rustic Red. HEX triplet: 17, 02 and 0B. RGB value is (23,2,11). Sum of RGB (Red+Green+Blue) = 23+2+11=36 (4% of max value = 765). Red value is 23 (9.38% from 255 or 63.89% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 11 (4.69% from 255 or 30.56% from 36); Max value from RGB is 23 - color contains mainly: red. Hex color #17020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17020B is #E8FDF4. Grayscale: #090909. Windows color (decimal): -15269365 or 721431. OLE color: 721431.

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

Color convert

RGB23211-
CMYK00.910.520.91
HSL334.29º84%4.9%-
HSV(B)334.29º91.3%9.02%-
XYZ0.440.250.34-
YUV9.3128.96137.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 63.89%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 11 (4.69% from 255) = 30.56%
R=63.89%
G=5.56%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2321100.910.520.91334.29844.9
Hex172B05B345B14e545
Octal272130133641335161245
Binary101111010110101101111010010110111010011101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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