#480E0F

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

Shades of Rustic Red #480E0F

Tints of Rustic Red #480E0F

Color information

#480E0F (or 0x480E0F) is unknown color: approx Rustic Red. HEX triplet: 48, 0E and 0F. RGB value is (72,14,15). Sum of RGB (Red+Green+Blue) = 72+14+15=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #480E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E0F is #B7F1F0. Grayscale: #1F1F1F. Windows color (decimal): -12055025 or 986696. OLE color: 986696.

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

Color convert

RGB721415-
CMYK00.810.790.72
HSL358.97º67.44%16.86%-
HSV(B)358.97º80.56%28.24%-
XYZ2.921.730.63-
YUV31.46118.72156.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 71.29%
GREEN value IS 14 (5.86% from 255) = 13.86%
BLUE value IS 15 (6.25% from 255) = 14.85%
R=71.29%
G=13.86%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72141500.810.790.72358.9767.4416.86
Hex48EF0514F481674311
Octal1101617012111711054710321
Binary1001000111011110101000110011111001000101100111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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