#480809

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

Shades of Rustic Red #480809

Tints of Rustic Red #480809

Color information

#480809 (or 0x480809) is unknown color: approx Rustic Red. HEX triplet: 48, 08 and 09. RGB value is (72,8,9). Sum of RGB (Red+Green+Blue) = 72+8+9=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 9 (3.91% from 255 or 10.11% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #480809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480809 is #B7F7F6. Grayscale: #1B1B1B. Windows color (decimal): -12056567 or 591944. OLE color: 591944.

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

Color convert

RGB7289-
CMYK00.890.880.72
HSL359.06º80%15.69%-
HSV(B)359.06º88.89%28.24%-
XYZ2.811.570.41-
YUV27.25117.7159.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80.90%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 9 (3.91% from 255) = 10.11%
R=80.90%
G=8.99%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal728900.890.880.72359.068015.69
Hex488905958481675010
Octal1101011013113011054712020
Binary1001000100010010101100110110001001000101100111101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480809; }

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

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

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

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

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

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

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

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