#191214

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

Shades of Rustic Red #191214

Tints of Rustic Red #191214

Color information

#191214 (or 0x191214) is unknown color: approx Rustic Red. HEX triplet: 19, 12 and 14. RGB value is (25,18,20). Sum of RGB (Red+Green+Blue) = 25+18+20=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 25 - color contains mainly: red. Hex color #191214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191214 is #E6EDEB. Grayscale: #141414. Windows color (decimal): -15134188 or 1315353. OLE color: 1315353.

HSL color Cylindrical-coordinate representation of color #191214: hue angle of 342.86º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191214 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB251820-
CMYK00.280.200.90
HSL342.86º16.28%8.43%-
HSV(B)342.86º28%9.8%-
XYZ0.740.690.76-
YUV20.32127.82131.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=39.68%
G=28.57%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25182000.280.200.90342.8616.288.43
Hex19121401C145A157108
Octal312224034241325272010
Binary110011001010100011100101001011010101010111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191214; }

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

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

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

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

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

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

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

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