#13070C

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

Shades of Rustic Red #13070C

Tints of Rustic Red #13070C

Color information

#13070C (or 0x13070C) is unknown color: approx Rustic Red. HEX triplet: 13, 07 and 0C. RGB value is (19,7,12). Sum of RGB (Red+Green+Blue) = 19+7+12=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #13070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13070C is #ECF8F3. Grayscale: #0B0B0B. Windows color (decimal): -15530228 or 788243. OLE color: 788243.

HSL color Cylindrical-coordinate representation of color #13070C: hue angle of 335º 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 #13070C is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB19712-
CMYK00.630.370.93
HSL335º46.15%5.1%-
HSV(B)335º63.16%7.45%-
XYZ0.410.320.39-
YUV11.16128.48133.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 18.42%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=50%
G=18.42%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1971200.630.370.9333546.155.1
Hex137C03F255D14f2e5
Octal2371407745135517565
Binary10011111110001111111001011011101101001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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