#13080E

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

Shades of Rustic Red #13080E

Tints of Rustic Red #13080E

Color information

#13080E (or 0x13080E) is unknown color: approx Rustic Red. HEX triplet: 13, 08 and 0E. RGB value is (19,8,14). Sum of RGB (Red+Green+Blue) = 19+8+14=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #13080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13080E is #ECF7F1. Grayscale: #0B0B0B. Windows color (decimal): -15529970 or 919571. OLE color: 919571.

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

Color convert

RGB19814-
CMYK00.580.260.93
HSL327.27º40.74%5.29%-
HSV(B)327.27º57.89%7.45%-
XYZ0.430.340.46-
YUV11.97129.14133.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=46.34%
G=19.51%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1981400.580.260.93327.2740.745.29
Hex138E03A1A5D147295
Octal23101607232135507515
Binary10011100011100111010110101011101101000111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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