#431A1C

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

Shades of Rustic Red #431A1C

Tints of Rustic Red #431A1C

Color information

#431A1C (or 0x431A1C) is unknown color: approx Rustic Red. HEX triplet: 43, 1A and 1C. RGB value is (67,26,28). Sum of RGB (Red+Green+Blue) = 67+26+28=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A1C is #BCE5E3. Grayscale: #262626. Windows color (decimal): -12379620 or 1841731. OLE color: 1841731.

HSL color Cylindrical-coordinate representation of color #431A1C: hue angle of 357.07º 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 #431A1C is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB672628-
CMYK00.610.580.74
HSL357.07º44.09%18.24%-
HSV(B)357.07º61.19%26.27%-
XYZ2.892.021.34-
YUV38.49122.08148.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=55.37%
G=21.49%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67262800.610.580.74357.0744.0918.24
Hex431A1C03D3A4A1652c12
Octal1033234075721125455422
Binary100001111010111000111101111010100101010110010110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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