#480508

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

Shades of Rustic Red #480508

Tints of Rustic Red #480508

Color information

#480508 (or 0x480508) is unknown color: approx Rustic Red. HEX triplet: 48, 05 and 08. RGB value is (72,5,8). Sum of RGB (Red+Green+Blue) = 72+5+8=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #480508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480508 is #B7FAF7. Grayscale: #191919. Windows color (decimal): -12057336 or 525640. OLE color: 525640.

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

Color convert

RGB7258-
CMYK00.930.890.72
HSL357.31º87.01%15.1%-
HSV(B)357.31º93.06%28.24%-
XYZ2.771.50.37-
YUV25.37118.2161.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 84.71%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 8 (3.52% from 255) = 9.41%
R=84.71%
G=5.88%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal725800.930.890.72357.3187.0115.1
Hex485805D594816557f
Octal110510013513111054512717
Binary10010001011000010111011011001100100010110010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480508; }

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

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

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

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

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

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

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

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