#480211

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

Shades of Rustic Red #480211

Tints of Rustic Red #480211

Color information

#480211 (or 0x480211) is unknown color: approx Rustic Red. HEX triplet: 48, 02 and 11. RGB value is (72,2,17). Sum of RGB (Red+Green+Blue) = 72+2+17=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #480211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480211 is #B7FDEE. Grayscale: #181818. Windows color (decimal): -12058095 or 1114696. OLE color: 1114696.

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

Color convert

RGB72217-
CMYK00.970.760.72
HSL347.14º94.59%14.51%-
HSV(B)347.14º97.22%28.24%-
XYZ2.81.460.67-
YUV24.64123.69161.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 79.12%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=79.12%
G=2.20%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221700.970.760.72347.1494.5914.51
Hex482110614C4815b5ff
Octal110221014111411053313717
Binary10010001010001011000011001100100100010101101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480211; }

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

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

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

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

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

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

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

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