#480405

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

Shades of Rustic Red #480405

Tints of Rustic Red #480405

Color information

#480405 (or 0x480405) is unknown color: approx Rustic Red. HEX triplet: 48, 04 and 05. RGB value is (72,4,5). Sum of RGB (Red+Green+Blue) = 72+4+5=81 (10% of max value = 765). Red value is 72 (28.52% from 255 or 88.89% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 72 - color contains mainly: red. Hex color #480405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480405 is #B7FBFA. Grayscale: #181818. Windows color (decimal): -12057595 or 328776. OLE color: 328776.

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

Color convert

RGB7245-
CMYK00.940.930.72
HSL359.12º89.47%14.9%-
HSV(B)359.12º94.44%28.24%-
XYZ2.741.480.28-
YUV24.45117.03161.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 88.89%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=88.89%
G=4.94%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal724500.940.930.72359.1289.4714.9
Hex484505E5D4816759f
Octal11045013613511054713117
Binary1001000100101010111101011101100100010110011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480405; }

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

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

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

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

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

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

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

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