#481415

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

Shades of Rustic Red #481415

Tints of Rustic Red #481415

Color information

#481415 (or 0x481415) is unknown color: approx Rustic Red. HEX triplet: 48, 14 and 15. RGB value is (72,20,21). Sum of RGB (Red+Green+Blue) = 72+20+21=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481415 is #B7EBEA. Grayscale: #232323. Windows color (decimal): -12053483 or 1381448. OLE color: 1381448.

HSL color Cylindrical-coordinate representation of color #481415: hue angle of 358.85º 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 #481415 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB722021-
CMYK00.720.710.72
HSL358.85º56.52%18.04%-
HSV(B)358.85º72.22%28.24%-
XYZ3.061.930.92-
YUV35.66119.73153.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=63.72%
G=17.70%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72202100.720.710.72358.8556.5218.04
Hex48141504847481673912
Octal110242501101071105477122
Binary10010001010010101010010001000111100100010110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481415; }

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

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

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

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

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

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

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

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