#130109

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

Shades of Rustic Red #130109

Tints of Rustic Red #130109

Color information

#130109 (or 0x130109) is unknown color: approx Rustic Red. HEX triplet: 13, 01 and 09. RGB value is (19,1,9). Sum of RGB (Red+Green+Blue) = 19+1+9=29 (3% of max value = 765). Red value is 19 (7.81% from 255 or 65.52% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 19 - color contains mainly: red. Hex color #130109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130109 is #ECFEF6. Grayscale: #070707. Windows color (decimal): -15531767 or 590099. OLE color: 590099.

HSL color Cylindrical-coordinate representation of color #130109: hue angle of 333.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130109 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB1919-
CMYK00.950.530.93
HSL333.33º90%3.92%-
HSV(B)333.33º94.74%7.45%-
XYZ0.330.180.28-
YUV7.29128.96136.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 65.52%
GREEN value IS 1 (0.78% from 255) = 3.45%
BLUE value IS 9 (3.91% from 255) = 31.03%
R=65.52%
G=3.45%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal191900.950.530.93333.33903.92
Hex131905F355D14d5a4
Octal231110137651355151324
Binary10011110010101111111010110111011010011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130109; }

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

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

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

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

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

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

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

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