#480310

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

Shades of Rustic Red #480310

Tints of Rustic Red #480310

Color information

#480310 (or 0x480310) is unknown color: approx Rustic Red. HEX triplet: 48, 03 and 10. RGB value is (72,3,16). Sum of RGB (Red+Green+Blue) = 72+3+16=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #480310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480310 is #B7FCEF. Grayscale: #191919. Windows color (decimal): -12057840 or 1049416. OLE color: 1049416.

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

Color convert

RGB72316-
CMYK00.960.780.72
HSL348.7º92%14.71%-
HSV(B)348.7º95.83%28.24%-
XYZ2.81.480.63-
YUV25.11122.86161.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 79.12%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=79.12%
G=3.30%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7231600.960.780.72348.79214.71
Hex483100604E4815d5cf
Octal110320014011611053513417
Binary10010001110000011000001001110100100010101110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480310; }

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

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

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

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

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

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

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

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