#43141B

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

Shades of Rustic Red #43141B

Tints of Rustic Red #43141B

Color information

#43141B (or 0x43141B) is unknown color: approx Rustic Red. HEX triplet: 43, 14 and 1B. RGB value is (67,20,27). Sum of RGB (Red+Green+Blue) = 67+20+27=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #43141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43141B is #BCEBE4. Grayscale: #222222. Windows color (decimal): -12381157 or 1774659. OLE color: 1774659.

HSL color Cylindrical-coordinate representation of color #43141B: hue angle of 351.06º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43141B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB672027-
CMYK00.700.600.74
HSL351.06º54.02%17.06%-
HSV(B)351.06º70.15%26.27%-
XYZ2.761.771.23-
YUV34.85123.57150.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 20 (8.20% from 255) = 17.54%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=58.77%
G=17.54%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67202700.700.600.74351.0654.0217.06
Hex43141B0463C4A15f3611
Octal10324330106741125376621
Binary1000011101001101101000110111100100101010101111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43141B; }

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

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

<style>
 a { background-color: #43141B; }

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

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

<style>
 span { border-color: #43141B; }

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

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