#480712

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

Shades of Rustic Red #480712

Tints of Rustic Red #480712

Color information

#480712 (or 0x480712) is unknown color: approx Rustic Red. HEX triplet: 48, 07 and 12. RGB value is (72,7,18). Sum of RGB (Red+Green+Blue) = 72+7+18=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480712 is #B7F8ED. Grayscale: #1B1B1B. Windows color (decimal): -12056814 or 1181512. OLE color: 1181512.

HSL color Cylindrical-coordinate representation of color #480712: hue angle of 349.85º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480712 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB72718-
CMYK00.900.750.72
HSL349.85º82.28%15.49%-
HSV(B)349.85º90.28%28.24%-
XYZ2.861.570.73-
YUV27.69122.53159.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 74.23%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=74.23%
G=7.22%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7271800.900.750.72349.8582.2815.49
Hex4871205A4B4815e52f
Octal110722013211311053612217
Binary100100011110010010110101001011100100010101111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480712; }

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

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

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

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

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

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

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

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