#431C1D

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

Shades of Rustic Red #431C1D

Tints of Rustic Red #431C1D

Color information

#431C1D (or 0x431C1D) is unknown color: approx Rustic Red. HEX triplet: 43, 1C and 1D. RGB value is (67,28,29). Sum of RGB (Red+Green+Blue) = 67+28+29=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C1D is #BCE3E2. Grayscale: #272727. Windows color (decimal): -12379107 or 1907779. OLE color: 1907779.

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

Color convert

RGB672829-
CMYK00.580.570.74
HSL358.46º41.05%18.63%-
HSV(B)358.46º58.21%26.27%-
XYZ2.952.111.41-
YUV39.77121.92147.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.03%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=54.03%
G=22.58%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67282900.580.570.74358.4641.0518.63
Hex431C1D03A394A1662913
Octal1033435072711125465123
Binary100001111100111010111010111001100101010110011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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