#480204

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

Shades of Rustic Red #480204

Tints of Rustic Red #480204

Color information

#480204 (or 0x480204) is unknown color: approx Rustic Red. HEX triplet: 48, 02 and 04. RGB value is (72,2,4). Sum of RGB (Red+Green+Blue) = 72+2+4=78 (10% of max value = 765). Red value is 72 (28.52% from 255 or 92.31% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 72 - color contains mainly: red. Hex color #480204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480204 is #B7FDFB. Grayscale: #171717. Windows color (decimal): -12058108 or 262728. OLE color: 262728.

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

Color convert

RGB7224-
CMYK00.970.940.72
HSL358.29º94.59%14.51%-
HSV(B)358.29º97.22%28.24%-
XYZ2.721.430.25-
YUV23.16117.19162.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 92.31%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 4 (1.95% from 255) = 5.13%
R=92.31%
G=2.56%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal722400.970.940.72358.2994.5914.51
Hex48240615E481665ff
Octal11024014113611054613717
Binary100100010100011000011011110100100010110011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480204; }

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

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

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

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

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

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

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

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