#480313

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

Shades of Rustic Red #480313

Tints of Rustic Red #480313

Color information

#480313 (or 0x480313) is unknown color: approx Rustic Red. HEX triplet: 48, 03 and 13. RGB value is (72,3,19). Sum of RGB (Red+Green+Blue) = 72+3+19=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #480313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480313 is #B7FCEC. Grayscale: #191919. Windows color (decimal): -12057837 or 1246024. OLE color: 1246024.

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

Color convert

RGB72319-
CMYK00.960.740.72
HSL346.09º92%14.71%-
HSV(B)346.09º95.83%28.24%-
XYZ2.821.490.75-
YUV25.46124.36161.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 19 (7.81% from 255) = 20.21%
R=76.60%
G=3.19%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7231900.960.740.72346.099214.71
Hex483130604A4815a5cf
Octal110323014011211053213417
Binary10010001110011011000001001010100100010101101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480313; }

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

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

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

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

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

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

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

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