#130809

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

Shades of Rustic Red #130809

Tints of Rustic Red #130809

Color information

#130809 (or 0x130809) is unknown color: approx Rustic Red. HEX triplet: 13, 08 and 09. RGB value is (19,8,9). Sum of RGB (Red+Green+Blue) = 19+8+9=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 8 (3.52% from 255 or 22.22% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #130809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130809 is #ECF7F6. Grayscale: #0B0B0B. Windows color (decimal): -15529975 or 591891. OLE color: 591891.

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

Color convert

RGB1989-
CMYK00.580.530.93
HSL354.55º40.74%5.29%-
HSV(B)354.55º57.89%7.45%-
XYZ0.40.330.3-
YUV11.4126.64133.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 52.78%
GREEN value IS 8 (3.52% from 255) = 22.22%
BLUE value IS 9 (3.91% from 255) = 25%
R=52.78%
G=22.22%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal198900.580.530.93354.5540.745.29
Hex138903A355D163295
Octal23101107265135543515
Binary100111000100101110101101011011101101100011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130809; }

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

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

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

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

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

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

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

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