#130405

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

Shades of Rustic Red #130405

Tints of Rustic Red #130405

Color information

#130405 (or 0x130405) is unknown color: approx Rustic Red. HEX triplet: 13, 04 and 05. RGB value is (19,4,5). Sum of RGB (Red+Green+Blue) = 19+4+5=28 (3% of max value = 765). Red value is 19 (7.81% from 255 or 67.86% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 19 - color contains mainly: red. Hex color #130405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130405 is #ECFBFA. Grayscale: #080808. Windows color (decimal): -15531003 or 328723. OLE color: 328723.

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

Color convert

RGB1945-
CMYK00.790.740.93
HSL356º65.22%4.51%-
HSV(B)356º78.95%7.45%-
XYZ0.340.240.17-
YUV8.6125.97135.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 67.86%
GREEN value IS 4 (1.95% from 255) = 14.29%
BLUE value IS 5 (2.34% from 255) = 17.86%
R=67.86%
G=14.29%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal194500.790.740.9335665.224.51
Hex134504F4A5D164415
Octal234501171121355441015
Binary1001110010101001111100101010111011011001001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130405; }

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

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

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

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

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

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

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

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