#130506

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

Shades of Rustic Red #130506

Tints of Rustic Red #130506

Color information

#130506 (or 0x130506) is unknown color: approx Rustic Red. HEX triplet: 13, 05 and 06. RGB value is (19,5,6). Sum of RGB (Red+Green+Blue) = 19+5+6=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #130506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130506 is #ECFAF9. Grayscale: #090909. Windows color (decimal): -15530746 or 394515. OLE color: 394515.

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

Color convert

RGB1956-
CMYK00.740.680.93
HSL355.71º58.33%4.71%-
HSV(B)355.71º73.68%7.45%-
XYZ0.360.260.2-
YUV9.3126.14134.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 63.33%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 6 (2.73% from 255) = 20%
R=63.33%
G=16.67%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal195600.740.680.93355.7158.334.71
Hex135604A445D1643a5
Octal23560112104135544725
Binary100111011100100101010001001011101101100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130506; }

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

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

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

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

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

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

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

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