#480108

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

Shades of Rustic Red #480108

Tints of Rustic Red #480108

Color information

#480108 (or 0x480108) is unknown color: approx Rustic Red. HEX triplet: 48, 01 and 08. RGB value is (72,1,8). Sum of RGB (Red+Green+Blue) = 72+1+8=81 (10% of max value = 765). Red value is 72 (28.52% from 255 or 88.89% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 72 - color contains mainly: red. Hex color #480108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480108 is #B7FEF7. Grayscale: #171717. Windows color (decimal): -12058360 or 524616. OLE color: 524616.

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

Color convert

RGB7218-
CMYK00.990.890.72
HSL354.08º97.26%14.31%-
HSV(B)354.08º98.61%28.24%-
XYZ2.731.420.36-
YUV23.03119.52162.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 88.89%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=88.89%
G=1.23%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal721800.990.890.72354.0897.2614.31
Hex4818063594816261e
Octal110110014313111054214116
Binary100100011000011000111011001100100010110001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480108; }

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

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

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

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

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

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

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

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