#480410

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

Shades of Rustic Red #480410

Tints of Rustic Red #480410

Color information

#480410 (or 0x480410) is unknown color: approx Rustic Red. HEX triplet: 48, 04 and 10. RGB value is (72,4,16). Sum of RGB (Red+Green+Blue) = 72+4+16=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #480410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480410 is #B7FBEF. Grayscale: #191919. Windows color (decimal): -12057584 or 1049672. OLE color: 1049672.

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

Color convert

RGB72416-
CMYK00.940.780.72
HSL349.41º89.47%14.9%-
HSV(B)349.41º94.44%28.24%-
XYZ2.811.50.63-
YUV25.7122.53161.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 78.26%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=78.26%
G=4.35%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7241600.940.780.72349.4189.4714.9
Hex4841005E4E4815d59f
Octal110420013611611053513117
Binary100100010010000010111101001110100100010101110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480410; }

 p { color: rgb(72,4,16); }

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

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

 a { background-color: rgb(72,4,16); }

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

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

 span { border-color: rgb(72,4,16); }

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