#13090D

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

Shades of Rustic Red #13090D

Tints of Rustic Red #13090D

Color information

#13090D (or 0x13090D) is unknown color: approx Rustic Red. HEX triplet: 13, 09 and 0D. RGB value is (19,9,13). Sum of RGB (Red+Green+Blue) = 19+9+13=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #13090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13090D is #ECF6F2. Grayscale: #0C0C0C. Windows color (decimal): -15529715 or 854291. OLE color: 854291.

HSL color Cylindrical-coordinate representation of color #13090D: hue angle of 336º 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 #13090D is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB19913-
CMYK00.530.320.93
HSL336º35.71%5.49%-
HSV(B)336º52.63%7.45%-
XYZ0.440.360.43-
YUV12.45128.31132.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 46.34%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=46.34%
G=21.95%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1991300.530.320.9333635.715.49
Hex139D035205D150245
Octal23111506540135520445
Binary100111001110101101011000001011101101010000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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