#480005

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

Shades of Rustic Red #480005

Tints of Rustic Red #480005

Color information

#480005 (or 0x480005) is unknown color: approx Rustic Red. HEX triplet: 48, 00 and 05. RGB value is (72,0,5). Sum of RGB (Red+Green+Blue) = 72+0+5=77 (10% of max value = 765). Red value is 72 (28.52% from 255 or 93.51% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 72 - color contains mainly: red. Hex color #480005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480005 is #B7FFFA. Grayscale: #161616. Windows color (decimal): -12058619 or 327752. OLE color: 327752.

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

Color convert

RGB7205-
CMYK010.930.72
HSL355.83º100%14.12%-
HSV(B)355.83º100%28.24%-
XYZ2.71.390.27-
YUV22.1118.35163.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 93.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 6.49%
R=93.51%
G=0%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7205010.930.72355.8310014.12
Hex48050645D4816464e
Octal11005014413511054414416
Binary10010000101011001001011101100100010110010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480005; }

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

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

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

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

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

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

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

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