#190D13

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

Shades of Rustic Red #190D13

Tints of Rustic Red #190D13

Color information

#190D13 (or 0x190D13) is unknown color: approx Rustic Red. HEX triplet: 19, 0D and 13. RGB value is (25,13,19). Sum of RGB (Red+Green+Blue) = 25+13+19=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #190D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D13 is #E6F2EC. Grayscale: #111111. Windows color (decimal): -15135469 or 1248537. OLE color: 1248537.

HSL color Cylindrical-coordinate representation of color #190D13: hue angle of 330º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #190D13 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB251319-
CMYK00.480.240.90
HSL330º31.58%7.45%-
HSV(B)330º48%9.8%-
XYZ0.660.540.69-
YUV17.27128.98133.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 43.86%
GREEN value IS 13 (5.47% from 255) = 22.81%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=43.86%
G=22.81%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25131900.480.240.9033031.587.45
Hex19D13030185A14a207
Octal31152306030132512407
Binary110011101100110110000110001011010101001010100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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