#130209

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

Shades of Rustic Red #130209

Tints of Rustic Red #130209

Color information

#130209 (or 0x130209) is unknown color: approx Rustic Red. HEX triplet: 13, 02 and 09. RGB value is (19,2,9). Sum of RGB (Red+Green+Blue) = 19+2+9=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130209 is #ECFDF6. Grayscale: #070707. Windows color (decimal): -15531511 or 590355. OLE color: 590355.

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

Color convert

RGB1929-
CMYK00.890.530.93
HSL335.29º80.95%4.12%-
HSV(B)335.29º89.47%7.45%-
XYZ0.340.20.28-
YUV7.88128.63135.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 63.33%
GREEN value IS 2 (1.17% from 255) = 6.67%
BLUE value IS 9 (3.91% from 255) = 30%
R=63.33%
G=6.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal192900.890.530.93335.2980.954.12
Hex1329059355D14f514
Octal232110131651355171214
Binary100111010010101100111010110111011010011111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130209; }

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

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

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

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

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

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

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

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