#480011

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

Shades of Rustic Red #480011

Tints of Rustic Red #480011

Color information

#480011 (or 0x480011) is unknown color: approx Rustic Red. HEX triplet: 48, 00 and 11. RGB value is (72,0,17). Sum of RGB (Red+Green+Blue) = 72+0+17=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #480011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480011 is #B7FFEE. Grayscale: #171717. Windows color (decimal): -12058607 or 1114184. OLE color: 1114184.

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

Color convert

RGB72017-
CMYK010.760.72
HSL345.83º100%14.12%-
HSV(B)345.83º100%28.24%-
XYZ2.771.420.66-
YUV23.47124.35162.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=80.90%
G=0%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72017010.760.72345.8310014.12
Hex480110644C4815a64e
Octal110021014411411053214416
Binary1001000010001011001001001100100100010101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480011; }

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

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

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

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

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

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

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

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