#13090C

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

Shades of Rustic Red #13090C

Tints of Rustic Red #13090C

Color information

#13090C (or 0x13090C) is unknown color: approx Rustic Red. HEX triplet: 13, 09 and 0C. RGB value is (19,9,12). Sum of RGB (Red+Green+Blue) = 19+9+12=40 (5% of max value = 765). Red value is 19 (7.81% from 255 or 47.5% from 40); Green value is 9 (3.91% from 255 or 22.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 19 - color contains mainly: red. Hex color #13090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13090C is #ECF6F3. Grayscale: #0C0C0C. Windows color (decimal): -15529716 or 788755. OLE color: 788755.

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

Color convert

RGB19912-
CMYK00.530.370.93
HSL342º35.71%5.49%-
HSV(B)342º52.63%7.45%-
XYZ0.430.360.39-
YUV12.33127.81132.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 47.5%
GREEN value IS 9 (3.91% from 255) = 22.5%
BLUE value IS 12 (5.08% from 255) = 30%
R=47.5%
G=22.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1991200.530.370.9334235.715.49
Hex139C035255D156245
Octal23111406545135526445
Binary100111001110001101011001011011101101010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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