#130508

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

Shades of Rustic Red #130508

Tints of Rustic Red #130508

Color information

#130508 (or 0x130508) is unknown color: approx Rustic Red. HEX triplet: 13, 05 and 08. RGB value is (19,5,8). Sum of RGB (Red+Green+Blue) = 19+5+8=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #130508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130508 is #ECFAF7. Grayscale: #090909. Windows color (decimal): -15530744 or 525587. OLE color: 525587.

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

Color convert

RGB1958-
CMYK00.740.580.93
HSL347.14º58.33%4.71%-
HSV(B)347.14º73.68%7.45%-
XYZ0.370.260.26-
YUV9.53127.14134.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 59.38%
GREEN value IS 5 (2.34% from 255) = 15.62%
BLUE value IS 8 (3.52% from 255) = 25%
R=59.38%
G=15.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal195800.740.580.93347.1458.334.71
Hex135804A3A5D15b3a5
Octal23510011272135533725
Binary100111011000010010101110101011101101011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130508; }

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

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

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

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

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

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

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

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