#480610

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

Shades of Rustic Red #480610

Tints of Rustic Red #480610

Color information

#480610 (or 0x480610) is unknown color: approx Rustic Red. HEX triplet: 48, 06 and 10. RGB value is (72,6,16). Sum of RGB (Red+Green+Blue) = 72+6+16=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #480610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480610 is #B7F9EF. Grayscale: #1A1A1A. Windows color (decimal): -12057072 or 1050184. OLE color: 1050184.

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

Color convert

RGB72616-
CMYK00.920.780.72
HSL350.91º84.62%15.29%-
HSV(B)350.91º91.67%28.24%-
XYZ2.831.550.64-
YUV26.87121.87160.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=76.60%
G=6.38%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7261600.920.780.72350.9184.6215.29
Hex4861005C4E4815f55f
Octal110620013411611053712517
Binary100100011010000010111001001110100100010101111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480610; }

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

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

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

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

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

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

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

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