#481012

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

Shades of Rustic Red #481012

Tints of Rustic Red #481012

Color information

#481012 (or 0x481012) is unknown color: approx Rustic Red. HEX triplet: 48, 10 and 12. RGB value is (72,16,18). Sum of RGB (Red+Green+Blue) = 72+16+18=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #481012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481012 is #B7EFED. Grayscale: #212121. Windows color (decimal): -12054510 or 1183816. OLE color: 1183816.

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

Color convert

RGB721618-
CMYK00.780.750.72
HSL357.86º63.64%17.25%-
HSV(B)357.86º77.78%28.24%-
XYZ2.971.790.76-
YUV32.97119.55155.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.92%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=67.92%
G=15.09%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72161800.780.750.72357.8663.6417.25
Hex48101204E4B481664011
Octal1102022011611311054610021
Binary100100010000100100100111010010111001000101100110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481012; }

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

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

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

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

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

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

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

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