#13040A

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

Shades of Rustic Red #13040A

Tints of Rustic Red #13040A

Color information

#13040A (or 0x13040A) is unknown color: approx Rustic Red. HEX triplet: 13, 04 and 0A. RGB value is (19,4,10). Sum of RGB (Red+Green+Blue) = 19+4+10=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #13040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13040A is #ECFBF5. Grayscale: #090909. Windows color (decimal): -15530998 or 656403. OLE color: 656403.

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

Color convert

RGB19410-
CMYK00.790.470.93
HSL336º65.22%4.51%-
HSV(B)336º78.95%7.45%-
XYZ0.370.250.32-
YUV9.17128.47135.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 10 (4.30% from 255) = 30.30%
R=57.58%
G=12.12%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1941000.790.470.9333665.224.51
Hex134A04F2F5D150415
Octal234120117571355201015
Binary1001110010100100111110111110111011010100001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13040A; }

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

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

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

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

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

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

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

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