#480103

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

Shades of Rustic Red #480103

Tints of Rustic Red #480103

Color information

#480103 (or 0x480103) is unknown color: approx Rustic Red. HEX triplet: 48, 01 and 03. RGB value is (72,1,3). Sum of RGB (Red+Green+Blue) = 72+1+3=76 (10% of max value = 765). Red value is 72 (28.52% from 255 or 94.74% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 72 - color contains mainly: red. Hex color #480103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480103 is #B7FEFC. Grayscale: #161616. Windows color (decimal): -12058365 or 196936. OLE color: 196936.

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

Color convert

RGB7213-
CMYK00.990.960.72
HSL358.31º97.26%14.31%-
HSV(B)358.31º98.61%28.24%-
XYZ2.71.410.22-
YUV22.46117.02163.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 94.74%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 3 (1.56% from 255) = 3.95%
R=94.74%
G=1.32%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal721300.990.960.72358.3197.2614.31
Hex4813063604816661e
Octal11013014314011054614116
Binary1001000111011000111100000100100010110011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480103; }

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

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

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

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

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

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

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

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