#190A0D

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

Shades of Rustic Red #190A0D

Tints of Rustic Red #190A0D

Color information

#190A0D (or 0x190A0D) is unknown color: approx Rustic Red. HEX triplet: 19, 0A and 0D. RGB value is (25,10,13). Sum of RGB (Red+Green+Blue) = 25+10+13=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #190A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A0D is #E6F5F2. Grayscale: #0E0E0E. Windows color (decimal): -15136243 or 854553. OLE color: 854553.

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

Color convert

RGB251013-
CMYK00.600.480.90
HSL348º42.86%6.86%-
HSV(B)348º60%9.8%-
XYZ0.580.450.44-
YUV14.83126.97135.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 52.08%
GREEN value IS 10 (4.30% from 255) = 20.83%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=52.08%
G=20.83%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25101300.600.480.9034842.866.86
Hex19AD03C305A15c2b7
Octal31121507460132534537
Binary110011010110101111001100001011010101011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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