#480109

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

Shades of Rustic Red #480109

Tints of Rustic Red #480109

Color information

#480109 (or 0x480109) is unknown color: approx Rustic Red. HEX triplet: 48, 01 and 09. RGB value is (72,1,9). Sum of RGB (Red+Green+Blue) = 72+1+9=82 (10% of max value = 765). Red value is 72 (28.52% from 255 or 87.80% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 9 (3.91% from 255 or 10.98% from 82); Max value from RGB is 72 - color contains mainly: red. Hex color #480109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480109 is #B7FEF6. Grayscale: #171717. Windows color (decimal): -12058359 or 590152. OLE color: 590152.

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

Color convert

RGB7219-
CMYK00.990.880.72
HSL353.24º97.26%14.31%-
HSV(B)353.24º98.61%28.24%-
XYZ2.731.420.39-
YUV23.14120.02162.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 87.80%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 9 (3.91% from 255) = 10.98%
R=87.80%
G=1.22%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal721900.990.880.72353.2497.2614.31
Hex4819063584816161e
Octal110111014313011054114116
Binary100100011001011000111011000100100010110000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480109; }

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

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

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

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

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

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

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

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