#490C0E

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

Shades of Rustic Red #490C0E

Tints of Rustic Red #490C0E

Color information

#490C0E (or 0x490C0E) is unknown color: approx Rustic Red. HEX triplet: 49, 0C and 0E. RGB value is (73,12,14). Sum of RGB (Red+Green+Blue) = 73+12+14=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #490C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C0E is #B6F3F1. Grayscale: #1E1E1E. Windows color (decimal): -11990002 or 920649. OLE color: 920649.

HSL color Cylindrical-coordinate representation of color #490C0E: hue angle of 358.03º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #490C0E is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB731214-
CMYK00.840.810.71
HSL358.03º71.76%16.67%-
HSV(B)358.03º83.56%28.63%-
XYZ2.961.710.59-
YUV30.47118.71158.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 73.74%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 14 (5.86% from 255) = 14.14%
R=73.74%
G=12.12%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73121400.840.810.71358.0371.7616.67
Hex49CE05451471664811
Octal1111416012412110754611021
Binary1001001110011100101010010100011000111101100110100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490C0E; }

 p { color: rgb(73,12,14); }

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

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

 a { background-color: rgb(73,12,14); }

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

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

 span { border-color: rgb(73,12,14); }

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