#480E10

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

Shades of Rustic Red #480E10

Tints of Rustic Red #480E10

Color information

#480E10 (or 0x480E10) is unknown color: approx Rustic Red. HEX triplet: 48, 0E and 10. RGB value is (72,14,16). Sum of RGB (Red+Green+Blue) = 72+14+16=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #480E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E10 is #B7F1EF. Grayscale: #1F1F1F. Windows color (decimal): -12055024 or 1052232. OLE color: 1052232.

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

Color convert

RGB721416-
CMYK00.810.780.72
HSL357.93º67.44%16.86%-
HSV(B)357.93º80.56%28.24%-
XYZ2.921.730.67-
YUV31.57119.22156.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 70.59%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 16 (6.64% from 255) = 15.69%
R=70.59%
G=13.73%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72141600.810.780.72357.9367.4416.86
Hex48E100514E481664311
Octal1101620012111611054610321
Binary10010001110100000101000110011101001000101100110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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