#130005

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

Shades of Rustic Red #130005

Tints of Rustic Red #130005

Color information

#130005 (or 0x130005) is unknown color: approx Rustic Red. HEX triplet: 13, 00 and 05. RGB value is (19,0,5). Sum of RGB (Red+Green+Blue) = 19+0+5=24 (3% of max value = 765). Red value is 19 (7.81% from 255 or 79.17% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 19 - color contains mainly: red. Hex color #130005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130005 is #ECFFFA. Grayscale: #060606. Windows color (decimal): -15532027 or 327699. OLE color: 327699.

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

Color convert

RGB1905-
CMYK010.740.93
HSL344.21º100%3.73%-
HSV(B)344.21º100%7.45%-
XYZ0.30.150.16-
YUV6.25127.29137.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 79.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 20.83%
R=79.17%
G=0%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1905010.740.93344.211003.73
Hex13050644A5D158644
Octal230501441121355301444
Binary10011010101100100100101010111011010110001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130005; }

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

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

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

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

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

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

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

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