#431B1D

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

Shades of Rustic Red #431B1D

Tints of Rustic Red #431B1D

Color information

#431B1D (or 0x431B1D) is unknown color: approx Rustic Red. HEX triplet: 43, 1B and 1D. RGB value is (67,27,29). Sum of RGB (Red+Green+Blue) = 67+27+29=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B1D is #BCE4E2. Grayscale: #272727. Windows color (decimal): -12379363 or 1907523. OLE color: 1907523.

HSL color Cylindrical-coordinate representation of color #431B1D: hue angle of 357º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B1D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB672729-
CMYK00.600.570.74
HSL357º42.55%18.43%-
HSV(B)357º59.7%26.27%-
XYZ2.932.071.41-
YUV39.19122.25147.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=54.47%
G=21.95%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67272900.600.570.7435742.5518.43
Hex431B1D03C394A1652b12
Octal1033335074711125455322
Binary100001111011111010111100111001100101010110010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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