#480B16

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

Shades of Rustic Red #480B16

Tints of Rustic Red #480B16

Color information

#480B16 (or 0x480B16) is unknown color: approx Rustic Red. HEX triplet: 48, 0B and 16. RGB value is (72,11,22). Sum of RGB (Red+Green+Blue) = 72+11+22=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #480B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480B16 is #B7F4E9. Grayscale: #1E1E1E. Windows color (decimal): -12055786 or 1444680. OLE color: 1444680.

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

Color convert

RGB721122-
CMYK00.850.690.72
HSL349.18º73.49%16.27%-
HSV(B)349.18º84.72%28.24%-
XYZ2.941.670.93-
YUV30.49123.21157.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=68.57%
G=10.48%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72112200.850.690.72349.1873.4916.27
Hex48B16055454815d4910
Octal1101326012510511053511120
Binary10010001011101100101010110001011001000101011101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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