#480105

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

Shades of Rustic Red #480105

Tints of Rustic Red #480105

Color information

#480105 (or 0x480105) is unknown color: approx Rustic Red. HEX triplet: 48, 01 and 05. RGB value is (72,1,5). Sum of RGB (Red+Green+Blue) = 72+1+5=78 (10% of max value = 765). Red value is 72 (28.52% from 255 or 92.31% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 72 - color contains mainly: red. Hex color #480105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480105 is #B7FEFA. Grayscale: #161616. Windows color (decimal): -12058363 or 328008. OLE color: 328008.

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

Color convert

RGB7215-
CMYK00.990.930.72
HSL356.62º97.26%14.31%-
HSV(B)356.62º98.61%28.24%-
XYZ2.711.410.27-
YUV22.68118.02163.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 92.31%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=92.31%
G=1.28%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal721500.990.930.72356.6297.2614.31
Hex48150635D4816561e
Octal11015014313511054514116
Binary10010001101011000111011101100100010110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480105; }

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

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

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

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

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

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

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

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