#480F16

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

Shades of Rustic Red #480F16

Tints of Rustic Red #480F16

Color information

#480F16 (or 0x480F16) is unknown color: approx Rustic Red. HEX triplet: 48, 0F and 16. RGB value is (72,15,22). Sum of RGB (Red+Green+Blue) = 72+15+22=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #480F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F16 is #B7F0E9. Grayscale: #202020. Windows color (decimal): -12054762 or 1445704. OLE color: 1445704.

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

Color convert

RGB721522-
CMYK00.790.690.72
HSL352.63º65.52%17.06%-
HSV(B)352.63º79.17%28.24%-
XYZ2.991.780.94-
YUV32.84121.88155.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 15 (6.25% from 255) = 13.76%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=66.06%
G=13.76%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72152200.790.690.72352.6365.5217.06
Hex48F1604F45481614211
Octal1101726011710511054110221
Binary10010001111101100100111110001011001000101100001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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