#13090E

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

Shades of Rustic Red #13090E

Tints of Rustic Red #13090E

Color information

#13090E (or 0x13090E) is unknown color: approx Rustic Red. HEX triplet: 13, 09 and 0E. RGB value is (19,9,14). Sum of RGB (Red+Green+Blue) = 19+9+14=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 19 - color contains mainly: red. Hex color #13090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13090E is #ECF6F1. Grayscale: #0C0C0C. Windows color (decimal): -15529714 or 919827. OLE color: 919827.

HSL color Cylindrical-coordinate representation of color #13090E: hue angle of 330º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #13090E is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB19914-
CMYK00.530.260.93
HSL330º35.71%5.49%-
HSV(B)330º52.63%7.45%-
XYZ0.450.370.46-
YUV12.56128.81132.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 45.24%
GREEN value IS 9 (3.91% from 255) = 21.43%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=45.24%
G=21.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1991400.530.260.9333035.715.49
Hex139E0351A5D14a245
Octal23111606532135512445
Binary10011100111100110101110101011101101001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13090E; }

 p { color: rgb(19,9,14); }

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

<style>
 a { background-color: #13090E; }

 a { background-color: rgb(19,9,14); }

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

<style>
 span { border-color: #13090E; }

 span { border-color: rgb(19,9,14); }

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