#13080C

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

Shades of Rustic Red #13080C

Tints of Rustic Red #13080C

Color information

#13080C (or 0x13080C) is unknown color: approx Rustic Red. HEX triplet: 13, 08 and 0C. RGB value is (19,8,12). Sum of RGB (Red+Green+Blue) = 19+8+12=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #13080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13080C is #ECF7F3. Grayscale: #0B0B0B. Windows color (decimal): -15529972 or 788499. OLE color: 788499.

HSL color Cylindrical-coordinate representation of color #13080C: hue angle of 338.18º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #13080C is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB19812-
CMYK00.580.370.93
HSL338.18º40.74%5.29%-
HSV(B)338.18º57.89%7.45%-
XYZ0.420.340.39-
YUV11.74128.14133.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 48.72%
GREEN value IS 8 (3.52% from 255) = 20.51%
BLUE value IS 12 (5.08% from 255) = 30.77%
R=48.72%
G=20.51%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1981200.580.370.93338.1840.745.29
Hex138C03A255D152295
Octal23101407245135522515
Binary100111000110001110101001011011101101010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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