#431A1D

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

Shades of Rustic Red #431A1D

Tints of Rustic Red #431A1D

Color information

#431A1D (or 0x431A1D) is unknown color: approx Rustic Red. HEX triplet: 43, 1A and 1D. RGB value is (67,26,29). Sum of RGB (Red+Green+Blue) = 67+26+29=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431A1D is #BCE5E2. Grayscale: #262626. Windows color (decimal): -12379619 or 1907267. OLE color: 1907267.

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

Color convert

RGB672629-
CMYK00.610.570.74
HSL355.61º44.09%18.24%-
HSV(B)355.61º61.19%26.27%-
XYZ2.912.021.4-
YUV38.6122.58148.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=54.92%
G=21.31%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67262900.610.570.74355.6144.0918.24
Hex431A1D03D394A1642c12
Octal1033235075711125445422
Binary100001111010111010111101111001100101010110010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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