#43131B

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

Shades of Rustic Red #43131B

Tints of Rustic Red #43131B

Color information

#43131B (or 0x43131B) is unknown color: approx Rustic Red. HEX triplet: 43, 13 and 1B. RGB value is (67,19,27). Sum of RGB (Red+Green+Blue) = 67+19+27=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #43131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43131B is #BCECE4. Grayscale: #222222. Windows color (decimal): -12381413 or 1774403. OLE color: 1774403.

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

Color convert

RGB671927-
CMYK00.720.600.74
HSL350º55.81%16.86%-
HSV(B)350º71.64%26.27%-
XYZ2.751.741.23-
YUV34.26123.9151.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=59.29%
G=16.81%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67192700.720.600.7435055.8116.86
Hex43131B0483C4A15e3811
Octal10323330110741125367021
Binary1000011100111101101001000111100100101010101111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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