#17050D

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

Shades of Rustic Red #17050D

Tints of Rustic Red #17050D

Color information

#17050D (or 0x17050D) is unknown color: approx Rustic Red. HEX triplet: 17, 05 and 0D. RGB value is (23,5,13). Sum of RGB (Red+Green+Blue) = 23+5+13=41 (5% of max value = 765). Red value is 23 (9.38% from 255 or 56.10% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 23 - color contains mainly: red. Hex color #17050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050D is #E8FAF2. Grayscale: #0B0B0B. Windows color (decimal): -15268595 or 853271. OLE color: 853271.

HSL color Cylindrical-coordinate representation of color #17050D: hue angle of 333.33º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17050D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB23513-
CMYK00.780.430.91
HSL333.33º64.29%5.49%-
HSV(B)333.33º78.26%9.02%-
XYZ0.480.320.42-
YUV11.29128.96136.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 56.10%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=56.10%
G=12.20%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2351300.780.430.91333.3364.295.49
Hex175D04E2B5B14d405
Octal275150116531335151005
Binary1011110111010100111010101110110111010011011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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