#481016

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

Shades of Rustic Red #481016

Tints of Rustic Red #481016

Color information

#481016 (or 0x481016) is unknown color: approx Rustic Red. HEX triplet: 48, 10 and 16. RGB value is (72,16,22). Sum of RGB (Red+Green+Blue) = 72+16+22=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481016 is #B7EFE9. Grayscale: #212121. Windows color (decimal): -12054506 or 1445960. OLE color: 1445960.

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

Color convert

RGB721622-
CMYK00.780.690.72
HSL353.57º63.64%17.25%-
HSV(B)353.57º77.78%28.24%-
XYZ31.810.95-
YUV33.43121.55155.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 22 (8.98% from 255) = 20%
R=65.45%
G=14.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72162200.780.690.72353.5763.6417.25
Hex48101604E45481624011
Octal1102026011610511054210021
Binary100100010000101100100111010001011001000101100010100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481016; }

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

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

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

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

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

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

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

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