#2B1219

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

Shades of Rustic Red #2B1219

Tints of Rustic Red #2B1219

Color information

#2B1219 (or 0x2B1219) is unknown color: approx Rustic Red. HEX triplet: 2B, 12 and 19. RGB value is (43,18,25). Sum of RGB (Red+Green+Blue) = 43+18+25=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1219 is #D4EDE6. Grayscale: #1A1A1A. Windows color (decimal): -13954535 or 1643051. OLE color: 1643051.

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

Color convert

RGB431825-
CMYK00.580.420.83
HSL343.2º40.98%11.96%-
HSV(B)343.2º58.14%16.86%-
XYZ1.391.021.04-
YUV26.27127.28139.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 20.93%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=50%
G=20.93%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43182500.580.420.83343.240.9811.96
Hex2B121903A2A5315729c
Octal532231072521235275114
Binary1010111001011001011101010101010100111010101111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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