#170B0C

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

Shades of Rustic Red #170B0C

Tints of Rustic Red #170B0C

Color information

#170B0C (or 0x170B0C) is unknown color: approx Rustic Red. HEX triplet: 17, 0B and 0C. RGB value is (23,11,12). Sum of RGB (Red+Green+Blue) = 23+11+12=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #170B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170B0C is #E8F4F3. Grayscale: #0E0E0E. Windows color (decimal): -15267060 or 789271. OLE color: 789271.

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

Color convert

RGB231112-
CMYK00.520.480.91
HSL355º35.29%6.67%-
HSV(B)355º52.17%9.02%-
XYZ0.540.450.41-
YUV14.7126.48133.92-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 23.91%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=50%
G=23.91%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23111200.520.480.9135535.296.67
Hex17BC034305B163237
Octal27131406460133543437
Binary101111011110001101001100001011011101100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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