#481518

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

Shades of Rustic Red #481518

Tints of Rustic Red #481518

Color information

#481518 (or 0x481518) is unknown color: approx Rustic Red. HEX triplet: 48, 15 and 18. RGB value is (72,21,24). Sum of RGB (Red+Green+Blue) = 72+21+24=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481518 is #B7EAE7. Grayscale: #242424. Windows color (decimal): -12053224 or 1578312. OLE color: 1578312.

HSL color Cylindrical-coordinate representation of color #481518: hue angle of 356.47º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481518 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB722124-
CMYK00.710.670.72
HSL356.47º54.84%18.24%-
HSV(B)356.47º70.83%28.24%-
XYZ3.111.981.08-
YUV36.59120.9153.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=61.54%
G=17.95%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72212400.710.670.72356.4754.8418.24
Hex48151804743481643712
Octal110253001071031105446722
Binary10010001010111000010001111000011100100010110010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481518; }

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

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

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

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

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

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

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

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