#481015

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

Shades of Rustic Red #481015

Tints of Rustic Red #481015

Color information

#481015 (or 0x481015) is unknown color: approx Rustic Red. HEX triplet: 48, 10 and 15. RGB value is (72,16,21). Sum of RGB (Red+Green+Blue) = 72+16+21=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481015 is #B7EFEA. Grayscale: #212121. Windows color (decimal): -12054507 or 1380424. OLE color: 1380424.

HSL color Cylindrical-coordinate representation of color #481015: hue angle of 354.64º 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 #481015 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB721621-
CMYK00.780.710.72
HSL354.64º63.64%17.25%-
HSV(B)354.64º77.78%28.24%-
XYZ2.991.80.9-
YUV33.31121.05155.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=66.06%
G=14.68%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72162100.780.710.72354.6463.6417.25
Hex48101504E47481634011
Octal1102025011610711054310021
Binary100100010000101010100111010001111001000101100011100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481015; }

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

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

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

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

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

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

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

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