#480511

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

Shades of Rustic Red #480511

Tints of Rustic Red #480511

Color information

#480511 (or 0x480511) is unknown color: approx Rustic Red. HEX triplet: 48, 05 and 11. RGB value is (72,5,17). Sum of RGB (Red+Green+Blue) = 72+5+17=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #480511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480511 is #B7FAEE. Grayscale: #1A1A1A. Windows color (decimal): -12057327 or 1115464. OLE color: 1115464.

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

Color convert

RGB72517-
CMYK00.930.760.72
HSL349.25º87.01%15.1%-
HSV(B)349.25º93.06%28.24%-
XYZ2.831.530.68-
YUV26.4122.7160.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=76.60%
G=5.32%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251700.930.760.72349.2587.0115.1
Hex4851105D4C4815d57f
Octal110521013511411053512717
Binary100100010110001010111011001100100100010101110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480511; }

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

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

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

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

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

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

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

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