#2B1118

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

Shades of Rustic Red #2B1118

Tints of Rustic Red #2B1118

Color information

#2B1118 (or 0x2B1118) is unknown color: approx Rustic Red. HEX triplet: 2B, 11 and 18. RGB value is (43,17,24). Sum of RGB (Red+Green+Blue) = 43+17+24=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1118 is #D4EEE7. Grayscale: #191919. Windows color (decimal): -13954792 or 1577259. OLE color: 1577259.

HSL color Cylindrical-coordinate representation of color #2B1118: hue angle of 343.85º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1118 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.83.

Color convert

RGB431724-
CMYK00.600.440.83
HSL343.85º43.33%11.76%-
HSV(B)343.85º60.47%16.86%-
XYZ1.360.980.98-
YUV25.57127.11140.43-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 51.19%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=51.19%
G=20.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43172400.600.440.83343.8543.3311.76
Hex2B111803C2C531582bc
Octal532130074541235305314
Binary1010111000111000011110010110010100111010110001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1118; }

 p { color: rgb(43,17,24); }

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

<style>
 a { background-color: #2B1118; }

 a { background-color: rgb(43,17,24); }

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

<style>
 span { border-color: #2B1118; }

 span { border-color: rgb(43,17,24); }

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