#480509

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

Shades of Rustic Red #480509

Tints of Rustic Red #480509

Color information

#480509 (or 0x480509) is unknown color: approx Rustic Red. HEX triplet: 48, 05 and 09. RGB value is (72,5,9). Sum of RGB (Red+Green+Blue) = 72+5+9=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 9 (3.91% from 255 or 10.47% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #480509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480509 is #B7FAF6. Grayscale: #191919. Windows color (decimal): -12057335 or 591176. OLE color: 591176.

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

Color convert

RGB7259-
CMYK00.930.880.72
HSL356.42º87.01%15.1%-
HSV(B)356.42º93.06%28.24%-
XYZ2.781.510.4-
YUV25.49118.7161.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 83.72%
GREEN value IS 5 (2.34% from 255) = 5.81%
BLUE value IS 9 (3.91% from 255) = 10.47%
R=83.72%
G=5.81%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal725900.930.880.72356.4287.0115.1
Hex485905D584816457f
Octal110511013513011054412717
Binary10010001011001010111011011000100100010110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480509; }

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

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

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

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

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

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

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

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