#481014

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

Shades of Rustic Red #481014

Tints of Rustic Red #481014

Color information

#481014 (or 0x481014) is unknown color: approx Rustic Red. HEX triplet: 48, 10 and 14. RGB value is (72,16,20). Sum of RGB (Red+Green+Blue) = 72+16+20=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481014 is #B7EFEB. Grayscale: #212121. Windows color (decimal): -12054508 or 1314888. OLE color: 1314888.

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

Color convert

RGB721620-
CMYK00.780.720.72
HSL355.71º63.64%17.25%-
HSV(B)355.71º77.78%28.24%-
XYZ2.981.80.85-
YUV33.2120.55155.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=66.67%
G=14.81%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72162000.780.720.72355.7163.6417.25
Hex48101404E48481644011
Octal1102024011611011054410021
Binary100100010000101000100111010010001001000101100100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481014; }

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

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

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

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

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

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

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

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