#480203

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

Shades of Rustic Red #480203

Tints of Rustic Red #480203

Color information

#480203 (or 0x480203) is unknown color: approx Rustic Red. HEX triplet: 48, 02 and 03. RGB value is (72,2,3). Sum of RGB (Red+Green+Blue) = 72+2+3=77 (10% of max value = 765). Red value is 72 (28.52% from 255 or 93.51% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 72 - color contains mainly: red. Hex color #480203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480203 is #B7FDFC. Grayscale: #171717. Windows color (decimal): -12058109 or 197192. OLE color: 197192.

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

Color convert

RGB7223-
CMYK00.970.960.72
HSL359.14º94.59%14.51%-
HSV(B)359.14º97.22%28.24%-
XYZ2.711.430.22-
YUV23.04116.69162.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 93.51%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 3 (1.56% from 255) = 3.90%
R=93.51%
G=2.60%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal722300.970.960.72359.1494.5914.51
Hex482306160481675ff
Octal11023014114011054713717
Binary10010001011011000011100000100100010110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480203; }

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

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

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

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

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

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

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

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