#2B1316

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

Shades of Rustic Red #2B1316

Tints of Rustic Red #2B1316

Color information

#2B1316 (or 0x2B1316) is unknown color: approx Rustic Red. HEX triplet: 2B, 13 and 16. RGB value is (43,19,22). Sum of RGB (Red+Green+Blue) = 43+19+22=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1316 is #D4ECE9. Grayscale: #1A1A1A. Windows color (decimal): -13954282 or 1446699. OLE color: 1446699.

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

Color convert

RGB431922-
CMYK00.560.490.83
HSL352.5º38.71%12.16%-
HSV(B)352.5º55.81%16.86%-
XYZ1.371.040.89-
YUV26.52125.45139.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 51.19%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=51.19%
G=22.62%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43192200.560.490.83352.538.7112.16
Hex2B1316038315316027c
Octal532326070611235404714
Binary1010111001110110011100011000110100111011000001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,19,22); }

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

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

 a { background-color: rgb(43,19,22); }

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

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

 span { border-color: rgb(43,19,22); }

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