#130009

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

Shades of Rustic Red #130009

Tints of Rustic Red #130009

Color information

#130009 (or 0x130009) is unknown color: approx Rustic Red. HEX triplet: 13, 00 and 09. RGB value is (19,0,9). Sum of RGB (Red+Green+Blue) = 19+0+9=28 (3% of max value = 765). Red value is 19 (7.81% from 255 or 67.86% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 19 - color contains mainly: red. Hex color #130009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130009 is #ECFFF6. Grayscale: #060606. Windows color (decimal): -15532023 or 589843. OLE color: 589843.

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

Color convert

RGB1909-
CMYK010.530.93
HSL331.58º100%3.73%-
HSV(B)331.58º100%7.45%-
XYZ0.320.160.27-
YUV6.71129.29136.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 67.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 32.14%
R=67.86%
G=0%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1909010.530.93331.581003.73
Hex1309064355D14c644
Octal230110144651355141444
Binary10011010010110010011010110111011010011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130009; }

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

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

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

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

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

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

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

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