#480212

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

Shades of Rustic Red #480212

Tints of Rustic Red #480212

Color information

#480212 (or 0x480212) is unknown color: approx Rustic Red. HEX triplet: 48, 02 and 12. RGB value is (72,2,18). Sum of RGB (Red+Green+Blue) = 72+2+18=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #480212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480212 is #B7FDED. Grayscale: #181818. Windows color (decimal): -12058094 or 1180232. OLE color: 1180232.

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

Color convert

RGB72218-
CMYK00.970.750.72
HSL346.29º94.59%14.51%-
HSV(B)346.29º97.22%28.24%-
XYZ2.81.460.71-
YUV24.75124.19161.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 78.26%
GREEN value IS 2 (1.17% from 255) = 2.17%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=78.26%
G=2.17%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7221800.970.750.72346.2994.5914.51
Hex482120614B4815a5ff
Octal110222014111311053213717
Binary10010001010010011000011001011100100010101101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480212; }

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

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

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

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

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

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

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

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