#480205

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

Shades of Rustic Red #480205

Tints of Rustic Red #480205

Color information

#480205 (or 0x480205) is unknown color: approx Rustic Red. HEX triplet: 48, 02 and 05. RGB value is (72,2,5). Sum of RGB (Red+Green+Blue) = 72+2+5=79 (10% of max value = 765). Red value is 72 (28.52% from 255 or 91.14% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 72 - color contains mainly: red. Hex color #480205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480205 is #B7FDFA. Grayscale: #171717. Windows color (decimal): -12058107 or 328264. OLE color: 328264.

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

Color convert

RGB7225-
CMYK00.970.930.72
HSL357.43º94.59%14.51%-
HSV(B)357.43º97.22%28.24%-
XYZ2.721.430.28-
YUV23.27117.69162.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 91.14%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=91.14%
G=2.53%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal722500.970.930.72357.4394.5914.51
Hex48250615D481655ff
Octal11025014113511054513717
Binary100100010101011000011011101100100010110010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480205; }

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

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

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

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

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

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

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

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