#431A1E

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

Shades of Rustic Red #431A1E

Tints of Rustic Red #431A1E

Color information

#431A1E (or 0x431A1E) is unknown color: approx Rustic Red. HEX triplet: 43, 1A and 1E. RGB value is (67,26,30). Sum of RGB (Red+Green+Blue) = 67+26+30=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431A1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A1E is #BCE5E1. Grayscale: #262626. Windows color (decimal): -12379618 or 1972803. OLE color: 1972803.

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

Color convert

RGB672630-
CMYK00.610.550.74
HSL354.15º44.09%18.24%-
HSV(B)354.15º61.19%26.27%-
XYZ2.922.031.47-
YUV38.71123.08148.17-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 26 (10.55% from 255) = 21.14%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=54.47%
G=21.14%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67263000.610.550.74354.1544.0918.24
Hex431A1E03D374A1622c12
Octal1033236075671125425422
Binary100001111010111100111101110111100101010110001010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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