#190A0B

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

Shades of Rustic Red #190A0B

Tints of Rustic Red #190A0B

Color information

#190A0B (or 0x190A0B) is unknown color: approx Rustic Red. HEX triplet: 19, 0A and 0B. RGB value is (25,10,11). Sum of RGB (Red+Green+Blue) = 25+10+11=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #190A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190A0B is #E6F5F4. Grayscale: #0E0E0E. Windows color (decimal): -15136245 or 723481. OLE color: 723481.

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

Color convert

RGB251011-
CMYK00.600.560.90
HSL356º42.86%6.86%-
HSV(B)356º60%9.8%-
XYZ0.570.450.37-
YUV14.6125.97135.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 54.35%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 11 (4.69% from 255) = 23.91%
R=54.35%
G=21.74%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25101100.600.560.9035642.866.86
Hex19AB03C385A1642b7
Octal31121307470132544537
Binary110011010101101111001110001011010101100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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