#480612

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

Shades of Rustic Red #480612

Tints of Rustic Red #480612

Color information

#480612 (or 0x480612) is unknown color: approx Rustic Red. HEX triplet: 48, 06 and 12. RGB value is (72,6,18). Sum of RGB (Red+Green+Blue) = 72+6+18=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480612 is #B7F9ED. Grayscale: #1B1B1B. Windows color (decimal): -12057070 or 1181256. OLE color: 1181256.

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

Color convert

RGB72618-
CMYK00.920.750.72
HSL349.09º84.62%15.29%-
HSV(B)349.09º91.67%28.24%-
XYZ2.851.550.72-
YUV27.1122.87160.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=75%
G=6.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7261800.920.750.72349.0984.6215.29
Hex4861205C4B4815d55f
Octal110622013411311053512517
Binary100100011010010010111001001011100100010101110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480612; }

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

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

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

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

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

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

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

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