#2B1315

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

Shades of Rustic Red #2B1315

Tints of Rustic Red #2B1315

Color information

#2B1315 (or 0x2B1315) is unknown color: approx Rustic Red. HEX triplet: 2B, 13 and 15. RGB value is (43,19,21). Sum of RGB (Red+Green+Blue) = 43+19+21=83 (10% of max value = 765). Red value is 43 (17.19% from 255 or 51.81% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1315 is #D4ECEA. Grayscale: #1A1A1A. Windows color (decimal): -13954283 or 1381163. OLE color: 1381163.

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

Color convert

RGB431921-
CMYK00.560.510.83
HSL355º38.71%12.16%-
HSV(B)355º55.81%16.86%-
XYZ1.361.030.84-
YUV26.4124.95139.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 51.81%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 21 (8.59% from 255) = 25.30%
R=51.81%
G=22.89%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43192100.560.510.8335538.7112.16
Hex2B1315038335316327c
Octal532325070631235434714
Binary1010111001110101011100011001110100111011000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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