#431D1E

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

Shades of Rustic Red #431D1E

Tints of Rustic Red #431D1E

Color information

#431D1E (or 0x431D1E) is unknown color: approx Rustic Red. HEX triplet: 43, 1D and 1E. RGB value is (67,29,30). Sum of RGB (Red+Green+Blue) = 67+29+30=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #431D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D1E is #BCE2E1. Grayscale: #282828. Windows color (decimal): -12378850 or 1973571. OLE color: 1973571.

HSL color Cylindrical-coordinate representation of color #431D1E: hue angle of 358.42º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D1E is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB672930-
CMYK00.570.550.74
HSL358.42º39.58%18.82%-
HSV(B)358.42º56.72%26.27%-
XYZ2.992.171.49-
YUV40.48122.09146.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.17%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=53.17%
G=23.02%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67293000.570.550.74358.4239.5818.82
Hex431D1E039374A1662813
Octal1033536071671125465023
Binary100001111101111100111001110111100101010110011010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D1E; }

 p { color: rgb(67,29,30); }

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

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

 a { background-color: rgb(67,29,30); }

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

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

 span { border-color: rgb(67,29,30); }

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