#491213

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

Shades of Rustic Red #491213

Tints of Rustic Red #491213

Color information

#491213 (or 0x491213) is unknown color: approx Rustic Red. HEX triplet: 49, 12 and 13. RGB value is (73,18,19). Sum of RGB (Red+Green+Blue) = 73+18+19=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #491213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491213 is #B6EDEC. Grayscale: #222222. Windows color (decimal): -11988461 or 1249865. OLE color: 1249865.

HSL color Cylindrical-coordinate representation of color #491213: hue angle of 358.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491213 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB731819-
CMYK00.750.740.71
HSL358.91º60.44%17.84%-
HSV(B)358.91º75.34%28.63%-
XYZ3.081.90.82-
YUV34.56119.22155.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.36%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=66.36%
G=16.36%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73181900.750.740.71358.9160.4417.84
Hex49121304B4A471673c12
Octal111222301131121075477422
Binary10010011001010011010010111001010100011110110011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491213; }

 p { color: rgb(73,18,19); }

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

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

 a { background-color: rgb(73,18,19); }

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

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

 span { border-color: rgb(73,18,19); }

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