#190F13

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

Shades of Rustic Red #190F13

Tints of Rustic Red #190F13

Color information

#190F13 (or 0x190F13) is unknown color: approx Rustic Red. HEX triplet: 19, 0F and 13. RGB value is (25,15,19). Sum of RGB (Red+Green+Blue) = 25+15+19=59 (7% of max value = 765). Red value is 25 (10.16% from 255 or 42.37% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 25 - color contains mainly: red. Hex color #190F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F13 is #E6F0EC. Grayscale: #121212. Windows color (decimal): -15134957 or 1249049. OLE color: 1249049.

HSL color Cylindrical-coordinate representation of color #190F13: hue angle of 336º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #190F13 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB251519-
CMYK00.400.240.90
HSL336º25%7.84%-
HSV(B)336º40%9.8%-
XYZ0.690.60.69-
YUV18.45128.31132.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 42.37%
GREEN value IS 15 (6.25% from 255) = 25.42%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=42.37%
G=25.42%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25151900.400.240.90336257.84
Hex19F13028185A150198
Octal311723050301325203110
Binary110011111100110101000110001011010101010000110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190F13; }

 p { color: rgb(25,15,19); }

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

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

 a { background-color: rgb(25,15,19); }

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

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

 span { border-color: rgb(25,15,19); }

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