#490C0D

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

Shades of Rustic Red #490C0D

Tints of Rustic Red #490C0D

Color information

#490C0D (or 0x490C0D) is unknown color: approx Rustic Red. HEX triplet: 49, 0C and 0D. RGB value is (73,12,13). Sum of RGB (Red+Green+Blue) = 73+12+13=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #490C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490C0D is #B6F3F2. Grayscale: #1E1E1E. Windows color (decimal): -11990003 or 855113. OLE color: 855113.

HSL color Cylindrical-coordinate representation of color #490C0D: hue angle of 359.02º 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 #490C0D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB731213-
CMYK00.840.820.71
HSL359.02º71.76%16.67%-
HSV(B)359.02º83.56%28.63%-
XYZ2.951.710.55-
YUV30.35118.21158.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 74.49%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 13 (5.47% from 255) = 13.27%
R=74.49%
G=12.24%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73121300.840.820.71359.0271.7616.67
Hex49CD05452471674811
Octal1111415012412210754711021
Binary1001001110011010101010010100101000111101100111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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