#130003

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

Shades of Rustic Red #130003

Tints of Rustic Red #130003

Color information

#130003 (or 0x130003) is unknown color: approx Rustic Red. HEX triplet: 13, 00 and 03. RGB value is (19,0,3). Sum of RGB (Red+Green+Blue) = 19+0+3=22 (2% of max value = 765). Red value is 19 (7.81% from 255 or 86.36% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 3 (1.56% from 255 or 13.64% from 22); Max value from RGB is 19 - color contains mainly: red. Hex color #130003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130003 is #ECFFFC. Grayscale: #060606. Windows color (decimal): -15532029 or 196627. OLE color: 196627.

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

Color convert

RGB1903-
CMYK010.840.93
HSL350.53º100%3.73%-
HSV(B)350.53º100%7.45%-
XYZ0.280.150.1-
YUV6.02126.29137.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 86.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 13.64%
R=86.36%
G=0%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1903010.840.93350.531003.73
Hex1303064545D15f644
Octal230301441241355371444
Binary1001101101100100101010010111011010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130003; }

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

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

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

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

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

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

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

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