#190D10

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

Shades of Rustic Red #190D10

Tints of Rustic Red #190D10

Color information

#190D10 (or 0x190D10) is unknown color: approx Rustic Red. HEX triplet: 19, 0D and 10. RGB value is (25,13,16). Sum of RGB (Red+Green+Blue) = 25+13+16=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #190D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D10 is #E6F2EF. Grayscale: #101010. Windows color (decimal): -15135472 or 1051929. OLE color: 1051929.

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

Color convert

RGB251316-
CMYK00.480.360.90
HSL345º31.58%7.45%-
HSV(B)345º48%9.8%-
XYZ0.640.530.56-
YUV16.93127.48133.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 13 (5.47% from 255) = 24.07%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=46.30%
G=24.07%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25131600.480.360.9034531.587.45
Hex19D10030245A159207
Octal31152006044132531407
Binary1100111011000001100001001001011010101011001100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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