#481314

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

Shades of Rustic Red #481314

Tints of Rustic Red #481314

Color information

#481314 (or 0x481314) is unknown color: approx Rustic Red. HEX triplet: 48, 13 and 14. RGB value is (72,19,20). Sum of RGB (Red+Green+Blue) = 72+19+20=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481314 is #B7ECEB. Grayscale: #232323. Windows color (decimal): -12053740 or 1315656. OLE color: 1315656.

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

Color convert

RGB721920-
CMYK00.740.720.72
HSL358.87º58.24%17.84%-
HSV(B)358.87º73.61%28.24%-
XYZ3.031.890.87-
YUV34.96119.56154.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=64.86%
G=17.12%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72192000.740.720.72358.8758.2417.84
Hex48131404A48481673a12
Octal110232401121101105477222
Binary10010001001110100010010101001000100100010110011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481314; }

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

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

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

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

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

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

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

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