#13040C

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

Shades of Rustic Red #13040C

Tints of Rustic Red #13040C

Color information

#13040C (or 0x13040C) is unknown color: approx Rustic Red. HEX triplet: 13, 04 and 0C. RGB value is (19,4,12). Sum of RGB (Red+Green+Blue) = 19+4+12=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 4 (1.95% from 255 or 11.43% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #13040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13040C is #ECFBF3. Grayscale: #090909. Windows color (decimal): -15530996 or 787475. OLE color: 787475.

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

Color convert

RGB19412-
CMYK00.790.370.93
HSL328º65.22%4.51%-
HSV(B)328º78.95%7.45%-
XYZ0.380.250.38-
YUV9.4129.47134.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 54.29%
GREEN value IS 4 (1.95% from 255) = 11.43%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=54.29%
G=11.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1941200.790.370.9332865.224.51
Hex134C04F255D148415
Octal234140117451355101015
Binary1001110011000100111110010110111011010010001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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