#17020D

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

Shades of Rustic Red #17020D

Tints of Rustic Red #17020D

Color information

#17020D (or 0x17020D) is unknown color: approx Rustic Red. HEX triplet: 17, 02 and 0D. RGB value is (23,2,13). Sum of RGB (Red+Green+Blue) = 23+2+13=38 (5% of max value = 765). Red value is 23 (9.38% from 255 or 60.53% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 23 - color contains mainly: red. Hex color #17020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17020D is #E8FDF2. Grayscale: #090909. Windows color (decimal): -15269363 or 852503. OLE color: 852503.

HSL color Cylindrical-coordinate representation of color #17020D: hue angle of 328.57º 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 #17020D is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB23213-
CMYK00.910.430.91
HSL328.57º84%4.9%-
HSV(B)328.57º91.3%9.02%-
XYZ0.450.250.41-
YUV9.53129.96137.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 60.53%
GREEN value IS 2 (1.17% from 255) = 5.26%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=60.53%
G=5.26%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2321300.910.430.91328.57844.9
Hex172D05B2B5B149545
Octal272150133531335111245
Binary101111011010101101110101110110111010010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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