#43181B

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

Shades of Rustic Red #43181B

Tints of Rustic Red #43181B

Color information

#43181B (or 0x43181B) is unknown color: approx Rustic Red. HEX triplet: 43, 18 and 1B. RGB value is (67,24,27). Sum of RGB (Red+Green+Blue) = 67+24+27=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #43181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43181B is #BCE7E4. Grayscale: #252525. Windows color (decimal): -12380133 or 1775683. OLE color: 1775683.

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

Color convert

RGB672427-
CMYK00.640.600.74
HSL355.81º47.25%17.84%-
HSV(B)355.81º64.18%26.27%-
XYZ2.841.931.26-
YUV37.2122.25149.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.78%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 27 (10.94% from 255) = 22.88%
R=56.78%
G=20.34%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67242700.640.600.74355.8147.2517.84
Hex43181B0403C4A1642f12
Octal10330330100741125445722
Binary1000011110001101101000000111100100101010110010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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