#481113

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

Shades of Rustic Red #481113

Tints of Rustic Red #481113

Color information

#481113 (or 0x481113) is unknown color: approx Rustic Red. HEX triplet: 48, 11 and 13. RGB value is (72,17,19). Sum of RGB (Red+Green+Blue) = 72+17+19=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481113 is #B7EEEC. Grayscale: #212121. Windows color (decimal): -12054253 or 1249608. OLE color: 1249608.

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

Color convert

RGB721719-
CMYK00.760.740.72
HSL357.82º61.8%17.45%-
HSV(B)357.82º76.39%28.24%-
XYZ2.991.830.81-
YUV33.67119.72155.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.67%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=66.67%
G=15.74%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72171900.760.740.72357.8261.817.45
Hex48111304C4A481663e11
Octal110212301141121105467621
Binary10010001000110011010011001001010100100010110011011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481113; }

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

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

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

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

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

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

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

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