#13070D

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

Shades of Rustic Red #13070D

Tints of Rustic Red #13070D

Color information

#13070D (or 0x13070D) is unknown color: approx Rustic Red. HEX triplet: 13, 07 and 0D. RGB value is (19,7,13). Sum of RGB (Red+Green+Blue) = 19+7+13=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #13070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13070D is #ECF8F2. Grayscale: #0B0B0B. Windows color (decimal): -15530227 or 853779. OLE color: 853779.

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

Color convert

RGB19713-
CMYK00.630.320.93
HSL330º46.15%5.1%-
HSV(B)330º63.16%7.45%-
XYZ0.420.320.42-
YUV11.27128.98133.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 48.72%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=48.72%
G=17.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1971300.630.320.9333046.155.1
Hex137D03F205D14a2e5
Octal2371507740135512565
Binary10011111110101111111000001011101101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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