#480E15

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

Shades of Rustic Red #480E15

Tints of Rustic Red #480E15

Color information

#480E15 (or 0x480E15) is unknown color: approx Rustic Red. HEX triplet: 48, 0E and 15. RGB value is (72,14,21). Sum of RGB (Red+Green+Blue) = 72+14+21=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E15 is #B7F1EA. Grayscale: #202020. Windows color (decimal): -12055019 or 1379912. OLE color: 1379912.

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

Color convert

RGB721421-
CMYK00.810.710.72
HSL352.76º67.44%16.86%-
HSV(B)352.76º80.56%28.24%-
XYZ2.961.750.89-
YUV32.14121.72156.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 21 (8.59% from 255) = 19.63%
R=67.29%
G=13.08%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72142100.810.710.72352.7667.4416.86
Hex48E1505147481614311
Octal1101625012110711054110321
Binary10010001110101010101000110001111001000101100001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,14,21); }

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

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

 a { background-color: rgb(72,14,21); }

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

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

 span { border-color: rgb(72,14,21); }

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