#480E14

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

Shades of Rustic Red #480E14

Tints of Rustic Red #480E14

Color information

#480E14 (or 0x480E14) is unknown color: approx Rustic Red. HEX triplet: 48, 0E and 14. RGB value is (72,14,20). Sum of RGB (Red+Green+Blue) = 72+14+20=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E14 is #B7F1EB. Grayscale: #202020. Windows color (decimal): -12055020 or 1314376. OLE color: 1314376.

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

Color convert

RGB721420-
CMYK00.810.720.72
HSL353.79º67.44%16.86%-
HSV(B)353.79º80.56%28.24%-
XYZ2.961.740.84-
YUV32.03121.22156.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 20 (8.20% from 255) = 18.87%
R=67.92%
G=13.21%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72142000.810.720.72353.7967.4416.86
Hex48E1405148481624311
Octal1101624012111011054210321
Binary10010001110101000101000110010001001000101100010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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