#13060D

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

Shades of Rustic Red #13060D

Tints of Rustic Red #13060D

Color information

#13060D (or 0x13060D) is unknown color: approx Rustic Red. HEX triplet: 13, 06 and 0D. RGB value is (19,6,13). Sum of RGB (Red+Green+Blue) = 19+6+13=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13060D is #ECF9F2. Grayscale: #0A0A0A. Windows color (decimal): -15530483 or 853523. OLE color: 853523.

HSL color Cylindrical-coordinate representation of color #13060D: hue angle of 327.69º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13060D is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.93.

Color convert

RGB19613-
CMYK00.680.320.93
HSL327.69º52%4.9%-
HSV(B)327.69º68.42%7.45%-
XYZ0.410.30.42-
YUV10.68129.31133.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=50%
G=15.79%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1961300.680.320.93327.69524.9
Hex136D044205D148345
Octal23615010440135510645
Binary100111101101010001001000001011101101001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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