#481013

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

Shades of Rustic Red #481013

Tints of Rustic Red #481013

Color information

#481013 (or 0x481013) is unknown color: approx Rustic Red. HEX triplet: 48, 10 and 13. RGB value is (72,16,19). Sum of RGB (Red+Green+Blue) = 72+16+19=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #481013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481013 is #B7EFEC. Grayscale: #212121. Windows color (decimal): -12054509 or 1249352. OLE color: 1249352.

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

Color convert

RGB721619-
CMYK00.780.740.72
HSL356.79º63.64%17.25%-
HSV(B)356.79º77.78%28.24%-
XYZ2.981.80.81-
YUV33.09120.05155.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=67.29%
G=14.95%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72161900.780.740.72356.7963.6417.25
Hex48101304E4A481654011
Octal1102023011611211054510021
Binary100100010000100110100111010010101001000101100101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481013; }

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

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

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

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

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

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

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

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