#480813

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

Shades of Rustic Red #480813

Tints of Rustic Red #480813

Color information

#480813 (or 0x480813) is unknown color: approx Rustic Red. HEX triplet: 48, 08 and 13. RGB value is (72,8,19). Sum of RGB (Red+Green+Blue) = 72+8+19=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #480813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480813 is #B7F7EC. Grayscale: #1C1C1C. Windows color (decimal): -12056557 or 1247304. OLE color: 1247304.

HSL color Cylindrical-coordinate representation of color #480813: hue angle of 349.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480813 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB72819-
CMYK00.890.740.72
HSL349.69º80%15.69%-
HSV(B)349.69º88.89%28.24%-
XYZ2.881.60.77-
YUV28.39122.7159.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=72.73%
G=8.08%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7281900.890.740.72349.698015.69
Hex488130594A4815e5010
Octal1101023013111211053612020
Binary10010001000100110101100110010101001000101011110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480813; }

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

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

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

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

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

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

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

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