#481315

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

Shades of Rustic Red #481315

Tints of Rustic Red #481315

Color information

#481315 (or 0x481315) is unknown color: approx Rustic Red. HEX triplet: 48, 13 and 15. RGB value is (72,19,21). Sum of RGB (Red+Green+Blue) = 72+19+21=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481315 is #B7ECEA. Grayscale: #232323. Windows color (decimal): -12053739 or 1381192. OLE color: 1381192.

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

Color convert

RGB721921-
CMYK00.740.710.72
HSL357.74º58.24%17.84%-
HSV(B)357.74º73.61%28.24%-
XYZ3.041.90.92-
YUV35.07120.06154.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=64.29%
G=16.96%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72192100.740.710.72357.7458.2417.84
Hex48131504A47481663a12
Octal110232501121071105467222
Binary10010001001110101010010101000111100100010110011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481315; }

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

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

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

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

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

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

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

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