#130507

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

Shades of Rustic Red #130507

Tints of Rustic Red #130507

Color information

#130507 (or 0x130507) is unknown color: approx Rustic Red. HEX triplet: 13, 05 and 07. RGB value is (19,5,7). Sum of RGB (Red+Green+Blue) = 19+5+7=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #130507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130507 is #ECFAF8. Grayscale: #090909. Windows color (decimal): -15530745 or 460051. OLE color: 460051.

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

Color convert

RGB1957-
CMYK00.740.630.93
HSL351.43º58.33%4.71%-
HSV(B)351.43º73.68%7.45%-
XYZ0.360.260.23-
YUV9.41126.64134.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 61.29%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 7 (3.12% from 255) = 22.58%
R=61.29%
G=16.13%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal195700.740.630.93351.4358.334.71
Hex135704A3F5D15f3a5
Octal2357011277135537725
Binary10011101111010010101111111011101101011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130507; }

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

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

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

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

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

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

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

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