#130D0E

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

Shades of Rustic Red #130D0E

Tints of Rustic Red #130D0E

Color information

#130D0E (or 0x130D0E) is unknown color: approx Rustic Red. HEX triplet: 13, 0D and 0E. RGB value is (19,13,14). Sum of RGB (Red+Green+Blue) = 19+13+14=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 19 - color contains mainly: red. Hex color #130D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D0E is #ECF2F1. Grayscale: #0E0E0E. Windows color (decimal): -15528690 or 920851. OLE color: 920851.

HSL color Cylindrical-coordinate representation of color #130D0E: hue angle of 350º degrees, saturation: 0.19, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #130D0E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB191314-
CMYK00.320.260.93
HSL350º18.75%6.27%-
HSV(B)350º31.58%7.45%-
XYZ0.490.460.48-
YUV14.91127.49130.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 41.30%
GREEN value IS 13 (5.47% from 255) = 28.26%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=41.30%
G=28.26%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19131400.320.260.9335018.756.27
Hex13DE0201A5D15e136
Octal23151604032135536236
Binary1001111011110010000011010101110110101111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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