#480810

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

Shades of Rustic Red #480810

Tints of Rustic Red #480810

Color information

#480810 (or 0x480810) is unknown color: approx Rustic Red. HEX triplet: 48, 08 and 10. RGB value is (72,8,16). Sum of RGB (Red+Green+Blue) = 72+8+16=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480810 is #B7F7EF. Grayscale: #1C1C1C. Windows color (decimal): -12056560 or 1050696. OLE color: 1050696.

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

Color convert

RGB72816-
CMYK00.890.780.72
HSL352.5º80%15.69%-
HSV(B)352.5º88.89%28.24%-
XYZ2.851.590.65-
YUV28.05121.2159.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 16 (6.64% from 255) = 16.67%
R=75%
G=8.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7281600.890.780.72352.58015.69
Hex488100594E481605010
Octal1101020013111611054012020
Binary10010001000100000101100110011101001000101100000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480810; }

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

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

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

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

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

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

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

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