#481214

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

Shades of Rustic Red #481214

Tints of Rustic Red #481214

Color information

#481214 (or 0x481214) is unknown color: approx Rustic Red. HEX triplet: 48, 12 and 14. RGB value is (72,18,20). Sum of RGB (Red+Green+Blue) = 72+18+20=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481214 is #B7EDEB. Grayscale: #222222. Windows color (decimal): -12053996 or 1315400. OLE color: 1315400.

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

Color convert

RGB721820-
CMYK00.750.720.72
HSL357.78º60%17.65%-
HSV(B)357.78º75%28.24%-
XYZ3.021.860.86-
YUV34.37119.89154.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 65.45%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=65.45%
G=16.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72182000.750.720.72357.786017.65
Hex48121404B48481663c12
Octal110222401131101105467422
Binary10010001001010100010010111001000100100010110011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481214; }

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

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

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

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

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

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

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

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