#17050B

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

Shades of Rustic Red #17050B

Tints of Rustic Red #17050B

Color information

#17050B (or 0x17050B) is unknown color: approx Rustic Red. HEX triplet: 17, 05 and 0B. RGB value is (23,5,11). Sum of RGB (Red+Green+Blue) = 23+5+11=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #17050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17050B is #E8FAF4. Grayscale: #0B0B0B. Windows color (decimal): -15268597 or 722199. OLE color: 722199.

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

Color convert

RGB23511-
CMYK00.780.520.91
HSL340º64.29%5.49%-
HSV(B)340º78.26%9.02%-
XYZ0.470.310.35-
YUV11.07127.96136.51-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 58.97%
GREEN value IS 5 (2.34% from 255) = 12.82%
BLUE value IS 11 (4.69% from 255) = 28.21%
R=58.97%
G=12.82%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2351100.780.520.9134064.295.49
Hex175B04E345B154405
Octal275130116641335241005
Binary1011110110110100111011010010110111010101001000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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