#481316

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

Shades of Rustic Red #481316

Tints of Rustic Red #481316

Color information

#481316 (or 0x481316) is unknown color: approx Rustic Red. HEX triplet: 48, 13 and 16. RGB value is (72,19,22). Sum of RGB (Red+Green+Blue) = 72+19+22=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481316 is #B7ECE9. Grayscale: #232323. Windows color (decimal): -12053738 or 1446728. OLE color: 1446728.

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

Color convert

RGB721922-
CMYK00.740.690.72
HSL356.6º58.24%17.84%-
HSV(B)356.6º73.61%28.24%-
XYZ3.051.90.97-
YUV35.19120.56154.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=63.72%
G=16.81%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72192200.740.690.72356.658.2417.84
Hex48131604A45481653a12
Octal110232601121051105457222
Binary10010001001110110010010101000101100100010110010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481316; }

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

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

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

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

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

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

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

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