#13050A

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

Shades of Rustic Red #13050A

Tints of Rustic Red #13050A

Color information

#13050A (or 0x13050A) is unknown color: approx Rustic Red. HEX triplet: 13, 05 and 0A. RGB value is (19,5,10). Sum of RGB (Red+Green+Blue) = 19+5+10=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #13050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13050A is #ECFAF5. Grayscale: #090909. Windows color (decimal): -15530742 or 656659. OLE color: 656659.

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

Color convert

RGB19510-
CMYK00.740.470.93
HSL338.57º58.33%4.71%-
HSV(B)338.57º73.68%7.45%-
XYZ0.380.270.32-
YUV9.76128.14134.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 55.88%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 10 (4.30% from 255) = 29.41%
R=55.88%
G=14.71%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1951000.740.470.93338.5758.334.71
Hex135A04A2F5D1533a5
Octal23512011257135523725
Binary100111011010010010101011111011101101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13050A; }

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

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

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

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

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

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

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

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