#431012

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

Shades of Rustic Red #431012

Tints of Rustic Red #431012

Color information

#431012 (or 0x431012) is unknown color: approx Rustic Red. HEX triplet: 43, 10 and 12. RGB value is (67,16,18). Sum of RGB (Red+Green+Blue) = 67+16+18=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #431012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431012 is #BCEFED. Grayscale: #1F1F1F. Windows color (decimal): -12382190 or 1183811. OLE color: 1183811.

HSL color Cylindrical-coordinate representation of color #431012: hue angle of 357.65º 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 #431012 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB671618-
CMYK00.760.730.74
HSL357.65º61.45%16.27%-
HSV(B)357.65º76.12%26.27%-
XYZ2.611.610.75-
YUV31.48120.4153.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 66.34%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=66.34%
G=15.84%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67161800.760.730.74357.6561.4516.27
Hex43101204C494A1663d10
Octal103202201141111125467520
Binary10000111000010010010011001001001100101010110011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431012; }

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

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

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

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

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

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

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

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