#190D0F

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

Shades of Rustic Red #190D0F

Tints of Rustic Red #190D0F

Color information

#190D0F (or 0x190D0F) is unknown color: approx Rustic Red. HEX triplet: 19, 0D and 0F. RGB value is (25,13,15). Sum of RGB (Red+Green+Blue) = 25+13+15=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 25 - color contains mainly: red. Hex color #190D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D0F is #E6F2F0. Grayscale: #101010. Windows color (decimal): -15135473 or 986393. OLE color: 986393.

HSL color Cylindrical-coordinate representation of color #190D0F: hue angle of 350º 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 #190D0F is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.90.

Color convert

RGB251315-
CMYK00.480.400.90
HSL350º31.58%7.45%-
HSV(B)350º48%9.8%-
XYZ0.630.530.52-
YUV16.82126.98133.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 47.17%
GREEN value IS 13 (5.47% from 255) = 24.53%
BLUE value IS 15 (6.25% from 255) = 28.30%
R=47.17%
G=24.53%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25131500.480.400.9035031.587.45
Hex19DF030285A15e207
Octal31151706050132536407
Binary110011101111101100001010001011010101011110100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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