#480407

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

Shades of Rustic Red #480407

Tints of Rustic Red #480407

Color information

#480407 (or 0x480407) is unknown color: approx Rustic Red. HEX triplet: 48, 04 and 07. RGB value is (72,4,7). Sum of RGB (Red+Green+Blue) = 72+4+7=83 (10% of max value = 765). Red value is 72 (28.52% from 255 or 86.75% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 7 (3.12% from 255 or 8.43% from 83); Max value from RGB is 72 - color contains mainly: red. Hex color #480407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480407 is #B7FBF8. Grayscale: #181818. Windows color (decimal): -12057593 or 459848. OLE color: 459848.

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

Color convert

RGB7247-
CMYK00.940.900.72
HSL357.35º89.47%14.9%-
HSV(B)357.35º94.44%28.24%-
XYZ2.751.480.34-
YUV24.67118.03161.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 86.75%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 7 (3.12% from 255) = 8.43%
R=86.75%
G=4.82%
B=8.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal724700.940.900.72357.3589.4714.9
Hex484705E5A4816559f
Octal11047013613211054513117
Binary1001000100111010111101011010100100010110010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480407; }

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

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

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

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

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

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

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

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