#190D0E

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

Shades of Rustic Red #190D0E

Tints of Rustic Red #190D0E

Color information

#190D0E (or 0x190D0E) is unknown color: approx Rustic Red. HEX triplet: 19, 0D and 0E. RGB value is (25,13,14). Sum of RGB (Red+Green+Blue) = 25+13+14=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #190D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D0E is #E6F2F1. Grayscale: #101010. Windows color (decimal): -15135474 or 920857. OLE color: 920857.

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

Color convert

RGB251314-
CMYK00.480.440.90
HSL355º31.58%7.45%-
HSV(B)355º48%9.8%-
XYZ0.620.530.48-
YUV16.7126.48133.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 48.08%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=48.08%
G=25%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25131400.480.440.9035531.587.45
Hex19DE0302C5A163207
Octal31151606054132543407
Binary110011101111001100001011001011010101100011100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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