#480713

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

Shades of Rustic Red #480713

Tints of Rustic Red #480713

Color information

#480713 (or 0x480713) is unknown color: approx Rustic Red. HEX triplet: 48, 07 and 13. RGB value is (72,7,19). Sum of RGB (Red+Green+Blue) = 72+7+19=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480713 is #B7F8EC. Grayscale: #1B1B1B. Windows color (decimal): -12056813 or 1247048. OLE color: 1247048.

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

Color convert

RGB72719-
CMYK00.900.740.72
HSL348.92º82.28%15.49%-
HSV(B)348.92º90.28%28.24%-
XYZ2.871.580.77-
YUV27.8123.03159.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=73.47%
G=7.14%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7271900.900.740.72348.9282.2815.49
Hex4871305A4A4815d52f
Octal110723013211211053512217
Binary100100011110011010110101001010100100010101110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480713; }

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

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

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

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

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

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

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

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