#480914

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

Shades of Rustic Red #480914

Tints of Rustic Red #480914

Color information

#480914 (or 0x480914) is unknown color: approx Rustic Red. HEX triplet: 48, 09 and 14. RGB value is (72,9,20). Sum of RGB (Red+Green+Blue) = 72+9+20=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #480914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480914 is #B7F6EB. Grayscale: #1D1D1D. Windows color (decimal): -12056300 or 1313096. OLE color: 1313096.

HSL color Cylindrical-coordinate representation of color #480914: hue angle of 349.52º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480914 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB72920-
CMYK00.880.720.72
HSL349.52º77.78%15.88%-
HSV(B)349.52º87.5%28.24%-
XYZ2.91.620.82-
YUV29.09122.87158.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 71.29%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 20 (8.20% from 255) = 19.80%
R=71.29%
G=8.91%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7292000.880.720.72349.5277.7815.88
Hex48914058484815e4e10
Octal1101124013011011053611620
Binary10010001001101000101100010010001001000101011110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480914; }

 p { color: rgb(72,9,20); }

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

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

 a { background-color: rgb(72,9,20); }

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

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

 span { border-color: rgb(72,9,20); }

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