#171214

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

Shades of Rustic Red #171214

Tints of Rustic Red #171214

Color information

#171214 (or 0x171214) is unknown color: approx Rustic Red. HEX triplet: 17, 12 and 14. RGB value is (23,18,20). Sum of RGB (Red+Green+Blue) = 23+18+20=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 23 - color contains mainly: red. Hex color #171214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171214 is #E8EDEB. Grayscale: #131313. Windows color (decimal): -15265260 or 1315351. OLE color: 1315351.

HSL color Cylindrical-coordinate representation of color #171214: hue angle of 336º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #171214 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB231820-
CMYK00.220.130.91
HSL336º12.2%8.04%-
HSV(B)336º21.74%9.02%-
XYZ0.70.670.75-
YUV19.72128.16130.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 37.70%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=37.70%
G=29.51%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23182000.220.130.9133612.28.04
Hex171214016D5B150c8
Octal272224026151335201410
Binary1011110010101000101101101101101110101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171214; }

 p { color: rgb(23,18,20); }

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

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

 a { background-color: rgb(23,18,20); }

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

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

 span { border-color: rgb(23,18,20); }

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