#130004

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

Shades of Rustic Red #130004

Tints of Rustic Red #130004

Color information

#130004 (or 0x130004) is unknown color: approx Rustic Red. HEX triplet: 13, 00 and 04. RGB value is (19,0,4). Sum of RGB (Red+Green+Blue) = 19+0+4=23 (3% of max value = 765). Red value is 19 (7.81% from 255 or 82.61% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 4 (1.95% from 255 or 17.39% from 23); Max value from RGB is 19 - color contains mainly: red. Hex color #130004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130004 is #ECFFFB. Grayscale: #060606. Windows color (decimal): -15532028 or 262163. OLE color: 262163.

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

Color convert

RGB1904-
CMYK010.790.93
HSL347.37º100%3.73%-
HSV(B)347.37º100%7.45%-
XYZ0.290.150.13-
YUV6.14126.79137.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 82.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 17.39%
R=82.61%
G=0%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1904010.790.93347.371003.73
Hex13040644F5D15b644
Octal230401441171355331444
Binary10011010001100100100111110111011010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130004; }

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

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

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

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

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

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

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

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