#431014

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

Shades of Rustic Red #431014

Tints of Rustic Red #431014

Color information

#431014 (or 0x431014) is unknown color: approx Rustic Red. HEX triplet: 43, 10 and 14. RGB value is (67,16,20). Sum of RGB (Red+Green+Blue) = 67+16+20=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #431014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431014 is #BCEFEB. Grayscale: #1F1F1F. Windows color (decimal): -12382188 or 1314883. OLE color: 1314883.

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

Color convert

RGB671620-
CMYK00.760.700.74
HSL355.29º61.45%16.27%-
HSV(B)355.29º76.12%26.27%-
XYZ2.631.610.84-
YUV31.7121.4153.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=65.05%
G=15.53%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67162000.760.700.74355.2961.4516.27
Hex43101404C464A1633d10
Octal103202401141061125437520
Binary10000111000010100010011001000110100101010110001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431014; }

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

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

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

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

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

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

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

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