#480104

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

Shades of Rustic Red #480104

Tints of Rustic Red #480104

Color information

#480104 (or 0x480104) is unknown color: approx Rustic Red. HEX triplet: 48, 01 and 04. RGB value is (72,1,4). Sum of RGB (Red+Green+Blue) = 72+1+4=77 (10% of max value = 765). Red value is 72 (28.52% from 255 or 93.51% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 72 - color contains mainly: red. Hex color #480104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480104 is #B7FEFB. Grayscale: #161616. Windows color (decimal): -12058364 or 262472. OLE color: 262472.

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

Color convert

RGB7214-
CMYK00.990.940.72
HSL357.46º97.26%14.31%-
HSV(B)357.46º98.61%28.24%-
XYZ2.711.410.24-
YUV22.57117.52163.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 93.51%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=93.51%
G=1.30%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal721400.990.940.72357.4697.2614.31
Hex48140635E4816561e
Octal11014014313611054514116
Binary10010001100011000111011110100100010110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480104; }

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

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

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

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

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

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

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

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