#17050C

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

Shades of Rustic Red #17050C

Tints of Rustic Red #17050C

Color information

#17050C (or 0x17050C) is unknown color: approx Rustic Red. HEX triplet: 17, 05 and 0C. RGB value is (23,5,12). Sum of RGB (Red+Green+Blue) = 23+5+12=40 (5% of max value = 765). Red value is 23 (9.38% from 255 or 57.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 23 - color contains mainly: red. Hex color #17050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050C is #E8FAF3. Grayscale: #0B0B0B. Windows color (decimal): -15268596 or 787735. OLE color: 787735.

HSL color Cylindrical-coordinate representation of color #17050C: hue angle of 336.67º 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 #17050C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB23512-
CMYK00.780.480.91
HSL336.67º64.29%5.49%-
HSV(B)336.67º78.26%9.02%-
XYZ0.470.320.38-
YUV11.18128.46136.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 57.5%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 12 (5.08% from 255) = 30%
R=57.5%
G=12.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2351200.780.480.91336.6764.295.49
Hex175C04E305B151405
Octal275140116601335211005
Binary1011110111000100111011000010110111010100011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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