#480F12

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

Shades of Rustic Red #480F12

Tints of Rustic Red #480F12

Color information

#480F12 (or 0x480F12) is unknown color: approx Rustic Red. HEX triplet: 48, 0F and 12. RGB value is (72,15,18). Sum of RGB (Red+Green+Blue) = 72+15+18=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #480F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480F12 is #B7F0ED. Grayscale: #202020. Windows color (decimal): -12054766 or 1183560. OLE color: 1183560.

HSL color Cylindrical-coordinate representation of color #480F12: hue angle of 356.84º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #480F12 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB721518-
CMYK00.790.750.72
HSL356.84º65.52%17.06%-
HSV(B)356.84º79.17%28.24%-
XYZ2.951.760.76-
YUV32.38119.88156.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 15 (6.25% from 255) = 14.29%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=68.57%
G=14.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72151800.790.750.72356.8465.5217.06
Hex48F1204F4B481654211
Octal1101722011711311054510221
Binary10010001111100100100111110010111001000101100101100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480F12; }

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

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

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

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

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

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

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

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