#130006

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

Shades of Rustic Red #130006

Tints of Rustic Red #130006

Color information

#130006 (or 0x130006) is unknown color: approx Rustic Red. HEX triplet: 13, 00 and 06. RGB value is (19,0,6). Sum of RGB (Red+Green+Blue) = 19+0+6=25 (3% of max value = 765). Red value is 19 (7.81% from 255 or 76% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 19 - color contains mainly: red. Hex color #130006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130006 is #ECFFF9. Grayscale: #060606. Windows color (decimal): -15532026 or 393235. OLE color: 393235.

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

Color convert

RGB1906-
CMYK010.680.93
HSL341.05º100%3.73%-
HSV(B)341.05º100%7.45%-
XYZ0.30.150.19-
YUV6.36127.79137.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 24%
R=76%
G=0%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1906010.680.93341.051003.73
Hex1306064445D155644
Octal230601441041355251444
Binary10011011001100100100010010111011010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130006; }

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

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

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

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

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

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

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

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