#43121B

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

Shades of Rustic Red #43121B

Tints of Rustic Red #43121B

Color information

#43121B (or 0x43121B) is unknown color: approx Rustic Red. HEX triplet: 43, 12 and 1B. RGB value is (67,18,27). Sum of RGB (Red+Green+Blue) = 67+18+27=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #43121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43121B is #BCEDE4. Grayscale: #212121. Windows color (decimal): -12381669 or 1774147. OLE color: 1774147.

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

Color convert

RGB671827-
CMYK00.730.600.74
HSL348.98º57.65%16.67%-
HSV(B)348.98º73.13%26.27%-
XYZ2.731.711.22-
YUV33.68124.23151.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.82%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 27 (10.94% from 255) = 24.11%
R=59.82%
G=16.07%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67182700.730.600.74348.9857.6516.67
Hex43121B0493C4A15d3a11
Octal10322330111741125357221
Binary1000011100101101101001001111100100101010101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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