#2B1115

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

Shades of Rustic Red #2B1115

Tints of Rustic Red #2B1115

Color information

#2B1115 (or 0x2B1115) is unknown color: approx Rustic Red. HEX triplet: 2B, 11 and 15. RGB value is (43,17,21). Sum of RGB (Red+Green+Blue) = 43+17+21=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1115 is #D4EEEA. Grayscale: #191919. Windows color (decimal): -13954795 or 1380651. OLE color: 1380651.

HSL color Cylindrical-coordinate representation of color #2B1115: hue angle of 350.77º 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 #2B1115 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB431721-
CMYK00.600.510.83
HSL350.77º43.33%11.76%-
HSV(B)350.77º60.47%16.86%-
XYZ1.330.970.83-
YUV25.23125.61140.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 53.09%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=53.09%
G=20.99%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43172100.600.510.83350.7743.3311.76
Hex2B111503C335315f2bc
Octal532125074631235375314
Binary1010111000110101011110011001110100111010111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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