#480513

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

Shades of Rustic Red #480513

Tints of Rustic Red #480513

Color information

#480513 (or 0x480513) is unknown color: approx Rustic Red. HEX triplet: 48, 05 and 13. RGB value is (72,5,19). Sum of RGB (Red+Green+Blue) = 72+5+19=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480513 is #B7FAEC. Grayscale: #1A1A1A. Windows color (decimal): -12057325 or 1246536. OLE color: 1246536.

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

Color convert

RGB72519-
CMYK00.930.740.72
HSL347.46º87.01%15.1%-
HSV(B)347.46º93.06%28.24%-
XYZ2.841.530.76-
YUV26.63123.7160.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 19 (7.81% from 255) = 19.79%
R=75%
G=5.21%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7251900.930.740.72347.4687.0115.1
Hex4851305D4A4815b57f
Octal110523013511211053312717
Binary100100010110011010111011001010100100010101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480513; }

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

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

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

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

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

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

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

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