#480D13

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

Shades of Rustic Red #480D13

Tints of Rustic Red #480D13

Color information

#480D13 (or 0x480D13) is unknown color: approx Rustic Red. HEX triplet: 48, 0D and 13. RGB value is (72,13,19). Sum of RGB (Red+Green+Blue) = 72+13+19=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D13 is #B7F2EC. Grayscale: #1F1F1F. Windows color (decimal): -12055277 or 1248584. OLE color: 1248584.

HSL color Cylindrical-coordinate representation of color #480D13: hue angle of 353.9º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D13 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB721319-
CMYK00.820.740.72
HSL353.9º69.41%16.67%-
HSV(B)353.9º81.94%28.24%-
XYZ2.931.710.79-
YUV31.32121.05157.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=69.23%
G=12.5%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72131900.820.740.72353.969.4116.67
Hex48D130524A481624511
Octal1101523012211211054210521
Binary10010001101100110101001010010101001000101100010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480D13; }

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

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

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

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

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

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

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

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