#481618

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

Shades of Rustic Red #481618

Tints of Rustic Red #481618

Color information

#481618 (or 0x481618) is unknown color: approx Rustic Red. HEX triplet: 48, 16 and 18. RGB value is (72,22,24). Sum of RGB (Red+Green+Blue) = 72+22+24=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #481618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481618 is #B7E9E7. Grayscale: #252525. Windows color (decimal): -12052968 or 1578568. OLE color: 1578568.

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

Color convert

RGB722224-
CMYK00.690.670.72
HSL357.6º53.19%18.43%-
HSV(B)357.6º69.44%28.24%-
XYZ3.122.021.09-
YUV37.18120.56152.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=61.02%
G=18.64%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72222400.690.670.72357.653.1918.43
Hex48161804543481663512
Octal110263001051031105466522
Binary10010001011011000010001011000011100100010110011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481618; }

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

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

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

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

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

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

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

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