#130002

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

Shades of Rustic Red #130002

Tints of Rustic Red #130002

Color information

#130002 (or 0x130002) is unknown color: approx Rustic Red. HEX triplet: 13, 00 and 02. RGB value is (19,0,2). Sum of RGB (Red+Green+Blue) = 19+0+2=21 (2% of max value = 765). Red value is 19 (7.81% from 255 or 90.48% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 2 (1.17% from 255 or 9.52% from 21); Max value from RGB is 19 - color contains mainly: red. Hex color #130002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130002 is #ECFFFD. Grayscale: #050505. Windows color (decimal): -15532030 or 131091. OLE color: 131091.

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

Color convert

RGB1902-
CMYK010.890.93
HSL353.68º100%3.73%-
HSV(B)353.68º100%7.45%-
XYZ0.280.140.07-
YUV5.91125.79137.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 90.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 9.52%
R=90.48%
G=0%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1902010.890.93353.681003.73
Hex1302064595D162644
Octal230201441311355421444
Binary1001101001100100101100110111011011000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130002; }

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

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

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

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

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

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

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

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