#481418

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

Shades of Rustic Red #481418

Tints of Rustic Red #481418

Color information

#481418 (or 0x481418) is unknown color: approx Rustic Red. HEX triplet: 48, 14 and 18. RGB value is (72,20,24). Sum of RGB (Red+Green+Blue) = 72+20+24=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481418 is #B7EBE7. Grayscale: #242424. Windows color (decimal): -12053480 or 1578056. OLE color: 1578056.

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

Color convert

RGB722024-
CMYK00.720.670.72
HSL355.38º56.52%18.04%-
HSV(B)355.38º72.22%28.24%-
XYZ3.091.941.08-
YUV36121.23153.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=62.07%
G=17.24%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72202400.720.670.72355.3856.5218.04
Hex48141804843481633912
Octal110243001101031105437122
Binary10010001010011000010010001000011100100010110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481418; }

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

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

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

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

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

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

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

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