#480910

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

Shades of Rustic Red #480910

Tints of Rustic Red #480910

Color information

#480910 (or 0x480910) is unknown color: approx Rustic Red. HEX triplet: 48, 09 and 10. RGB value is (72,9,16). Sum of RGB (Red+Green+Blue) = 72+9+16=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480910 is #B7F6EF. Grayscale: #1C1C1C. Windows color (decimal): -12056304 or 1050952. OLE color: 1050952.

HSL color Cylindrical-coordinate representation of color #480910: hue angle of 353.33º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480910 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB72916-
CMYK00.880.780.72
HSL353.33º77.78%15.88%-
HSV(B)353.33º87.5%28.24%-
XYZ2.861.610.65-
YUV28.64120.87158.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 74.23%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 16 (6.64% from 255) = 16.49%
R=74.23%
G=9.28%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7291600.880.780.72353.3377.7815.88
Hex489100584E481614e10
Octal1101120013011611054111620
Binary10010001001100000101100010011101001000101100001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480910; }

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

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

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

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

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

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

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

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