#431214

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

Shades of Rustic Red #431214

Tints of Rustic Red #431214

Color information

#431214 (or 0x431214) is unknown color: approx Rustic Red. HEX triplet: 43, 12 and 14. RGB value is (67,18,20). Sum of RGB (Red+Green+Blue) = 67+18+20=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #431214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431214 is #BCEDEB. Grayscale: #202020. Windows color (decimal): -12381676 or 1315395. OLE color: 1315395.

HSL color Cylindrical-coordinate representation of color #431214: hue angle of 357.55º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431214 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB671820-
CMYK00.730.700.74
HSL357.55º57.65%16.67%-
HSV(B)357.55º73.13%26.27%-
XYZ2.661.680.85-
YUV32.88120.73152.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.81%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=63.81%
G=17.14%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67182000.730.700.74357.5557.6516.67
Hex431214049464A1663a11
Octal103222401111061125467221
Binary10000111001010100010010011000110100101010110011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431214; }

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

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

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

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

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

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

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

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