#431016

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

Shades of Rustic Red #431016

Tints of Rustic Red #431016

Color information

#431016 (or 0x431016) is unknown color: approx Rustic Red. HEX triplet: 43, 10 and 16. RGB value is (67,16,22). Sum of RGB (Red+Green+Blue) = 67+16+22=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #431016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431016 is #BCEFE9. Grayscale: #1F1F1F. Windows color (decimal): -12382186 or 1445955. OLE color: 1445955.

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

Color convert

RGB671622-
CMYK00.760.670.74
HSL352.94º61.45%16.27%-
HSV(B)352.94º76.12%26.27%-
XYZ2.641.620.93-
YUV31.93122.4153.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.81%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=63.81%
G=15.24%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67162200.760.670.74352.9461.4516.27
Hex43101604C434A1613d10
Octal103202601141031125417520
Binary10000111000010110010011001000011100101010110000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431016; }

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

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

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

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

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

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

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

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