#431417

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

Shades of Rustic Red #431417

Tints of Rustic Red #431417

Color information

#431417 (or 0x431417) is unknown color: approx Rustic Red. HEX triplet: 43, 14 and 17. RGB value is (67,20,23). Sum of RGB (Red+Green+Blue) = 67+20+23=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431417 is #BCEBE8. Grayscale: #222222. Windows color (decimal): -12381161 or 1512515. OLE color: 1512515.

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

Color convert

RGB672023-
CMYK00.700.660.74
HSL356.17º54.02%17.06%-
HSV(B)356.17º70.15%26.27%-
XYZ2.721.761.01-
YUV34.39121.57151.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.91%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 23 (9.38% from 255) = 20.91%
R=60.91%
G=18.18%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67202300.700.660.74356.1754.0217.06
Hex431417046424A1643611
Octal103242701061021125446621
Binary10000111010010111010001101000010100101010110010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431417; }

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

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

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

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

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

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

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

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