#480510

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

Shades of Rustic Red #480510

Tints of Rustic Red #480510

Color information

#480510 (or 0x480510) is unknown color: approx Rustic Red. HEX triplet: 48, 05 and 10. RGB value is (72,5,16). Sum of RGB (Red+Green+Blue) = 72+5+16=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480510 is #B7FAEF. Grayscale: #1A1A1A. Windows color (decimal): -12057328 or 1049928. OLE color: 1049928.

HSL color Cylindrical-coordinate representation of color #480510: hue angle of 350.15º 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 #480510 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB72516-
CMYK00.930.780.72
HSL350.15º87.01%15.1%-
HSV(B)350.15º93.06%28.24%-
XYZ2.821.520.64-
YUV26.29122.2160.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 5 (2.34% from 255) = 5.38%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=77.42%
G=5.38%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251600.930.780.72350.1587.0115.1
Hex4851005D4E4815e57f
Octal110520013511611053612717
Binary100100010110000010111011001110100100010101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480510; }

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

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

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

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

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

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

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

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