#170B0D

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

Shades of Rustic Red #170B0D

Tints of Rustic Red #170B0D

Color information

#170B0D (or 0x170B0D) is unknown color: approx Rustic Red. HEX triplet: 17, 0B and 0D. RGB value is (23,11,13). Sum of RGB (Red+Green+Blue) = 23+11+13=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 23 - color contains mainly: red. Hex color #170B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B0D is #E8F4F2. Grayscale: #0E0E0E. Windows color (decimal): -15267059 or 854807. OLE color: 854807.

HSL color Cylindrical-coordinate representation of color #170B0D: hue angle of 350º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #170B0D is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.91.

Color convert

RGB231113-
CMYK00.520.430.91
HSL350º35.29%6.67%-
HSV(B)350º52.17%9.02%-
XYZ0.550.450.44-
YUV14.82126.98133.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 48.94%
GREEN value IS 11 (4.69% from 255) = 23.40%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=48.94%
G=23.40%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23111300.520.430.9135035.296.67
Hex17BD0342B5B15e237
Octal27131506453133536437
Binary101111011110101101001010111011011101011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170B0D; }

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

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

<style>
 a { background-color: #170B0D; }

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

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

<style>
 span { border-color: #170B0D; }

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

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