#2B1213

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

Shades of Rustic Red #2B1213

Tints of Rustic Red #2B1213

Color information

#2B1213 (or 0x2B1213) is unknown color: approx Rustic Red. HEX triplet: 2B, 12 and 13. RGB value is (43,18,19). Sum of RGB (Red+Green+Blue) = 43+18+19=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1213 is #D4EDEC. Grayscale: #191919. Windows color (decimal): -13954541 or 1249835. OLE color: 1249835.

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

Color convert

RGB431819-
CMYK00.580.560.83
HSL357.6º40.98%11.96%-
HSV(B)357.6º58.14%16.86%-
XYZ1.330.990.74-
YUV25.59124.28140.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 53.75%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=53.75%
G=22.5%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43181900.580.560.83357.640.9811.96
Hex2B121303A385316629c
Octal532223072701235465114
Binary1010111001010011011101011100010100111011001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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