#480411

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

Shades of Rustic Red #480411

Tints of Rustic Red #480411

Color information

#480411 (or 0x480411) is unknown color: approx Rustic Red. HEX triplet: 48, 04 and 11. RGB value is (72,4,17). Sum of RGB (Red+Green+Blue) = 72+4+17=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480411 is #B7FBEE. Grayscale: #191919. Windows color (decimal): -12057583 or 1115208. OLE color: 1115208.

HSL color Cylindrical-coordinate representation of color #480411: hue angle of 348.53º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480411 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB72417-
CMYK00.940.760.72
HSL348.53º89.47%14.9%-
HSV(B)348.53º94.44%28.24%-
XYZ2.821.510.67-
YUV25.81123.03160.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 17 (7.03% from 255) = 18.28%
R=77.42%
G=4.30%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7241700.940.760.72348.5389.4714.9
Hex4841105E4C4815d59f
Octal110421013611411053513117
Binary100100010010001010111101001100100100010101110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480411; }

 p { color: rgb(72,4,17); }

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

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

 a { background-color: rgb(72,4,17); }

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

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

 span { border-color: rgb(72,4,17); }

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