#480003

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

Shades of Rustic Red #480003

Tints of Rustic Red #480003

Color information

#480003 (or 0x480003) is unknown color: approx Rustic Red. HEX triplet: 48, 00 and 03. RGB value is (72,0,3). Sum of RGB (Red+Green+Blue) = 72+0+3=75 (9% of max value = 765). Red value is 72 (28.52% from 255 or 96% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 72 - color contains mainly: red. Hex color #480003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480003 is #B7FFFC. Grayscale: #151515. Windows color (decimal): -12058621 or 196680. OLE color: 196680.

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

Color convert

RGB7203-
CMYK010.960.72
HSL357.5º100%14.12%-
HSV(B)357.5º100%28.24%-
XYZ2.691.380.21-
YUV21.87117.35163.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 4%
R=96%
G=0%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7203010.960.72357.510014.12
Hex4803064604816664e
Octal11003014414011054614416
Binary1001000011011001001100000100100010110011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480003; }

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

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

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

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

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

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

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

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