#480D16

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

Shades of Rustic Red #480D16

Tints of Rustic Red #480D16

Color information

#480D16 (or 0x480D16) is unknown color: approx Rustic Red. HEX triplet: 48, 0D and 16. RGB value is (72,13,22). Sum of RGB (Red+Green+Blue) = 72+13+22=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #480D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480D16 is #B7F2E9. Grayscale: #1F1F1F. Windows color (decimal): -12055274 or 1445192. OLE color: 1445192.

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

Color convert

RGB721322-
CMYK00.820.690.72
HSL350.85º69.41%16.67%-
HSV(B)350.85º81.94%28.24%-
XYZ2.961.720.94-
YUV31.67122.55156.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=67.29%
G=12.15%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72132200.820.690.72350.8569.4116.67
Hex48D16052454815f4511
Octal1101526012210511053710521
Binary10010001101101100101001010001011001000101011111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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