#480709

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

Shades of Rustic Red #480709

Tints of Rustic Red #480709

Color information

#480709 (or 0x480709) is unknown color: approx Rustic Red. HEX triplet: 48, 07 and 09. RGB value is (72,7,9). Sum of RGB (Red+Green+Blue) = 72+7+9=88 (11% of max value = 765). Red value is 72 (28.52% from 255 or 81.82% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 72 - color contains mainly: red. Hex color #480709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480709 is #B7F8F6. Grayscale: #1A1A1A. Windows color (decimal): -12056823 or 591688. OLE color: 591688.

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

Color convert

RGB7279-
CMYK00.900.880.72
HSL358.15º82.28%15.49%-
HSV(B)358.15º90.28%28.24%-
XYZ2.81.550.41-
YUV26.66118.03160.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 81.82%
GREEN value IS 7 (3.12% from 255) = 7.95%
BLUE value IS 9 (3.91% from 255) = 10.23%
R=81.82%
G=7.95%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal727900.900.880.72358.1582.2815.49
Hex487905A584816652f
Octal110711013213011054612217
Binary10010001111001010110101011000100100010110011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480709; }

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

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

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

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

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

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

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

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