#2B1218

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

Shades of Rustic Red #2B1218

Tints of Rustic Red #2B1218

Color information

#2B1218 (or 0x2B1218) is unknown color: approx Rustic Red. HEX triplet: 2B, 12 and 18. RGB value is (43,18,24). Sum of RGB (Red+Green+Blue) = 43+18+24=85 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50.59% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1218 is #D4EDE7. Grayscale: #1A1A1A. Windows color (decimal): -13954536 or 1577515. OLE color: 1577515.

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

Color convert

RGB431824-
CMYK00.580.440.83
HSL345.6º40.98%11.96%-
HSV(B)345.6º58.14%16.86%-
XYZ1.381.010.99-
YUV26.16126.78140.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 50.59%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 24 (9.77% from 255) = 28.24%
R=50.59%
G=21.18%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43182400.580.440.83345.640.9811.96
Hex2B121803A2C5315a29c
Octal532230072541235325114
Binary1010111001011000011101010110010100111010110101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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