#2B191B

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

Shades of Rustic Red #2B191B

Tints of Rustic Red #2B191B

Color information

#2B191B (or 0x2B191B) is unknown color: approx Rustic Red. HEX triplet: 2B, 19 and 1B. RGB value is (43,25,27). Sum of RGB (Red+Green+Blue) = 43+25+27=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B191B is #D4E6E4. Grayscale: #1E1E1E. Windows color (decimal): -13952741 or 1775915. OLE color: 1775915.

HSL color Cylindrical-coordinate representation of color #2B191B: hue angle of 353.33º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B191B is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.83.

Color convert

RGB432527-
CMYK00.420.370.83
HSL353.33º26.47%13.33%-
HSV(B)353.33º41.86%16.86%-
XYZ1.541.291.2-
YUV30.61125.96136.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 45.26%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=45.26%
G=26.32%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43252700.420.370.83353.3326.4713.33
Hex2B191B02A25531611ad
Octal533133052451235413215
Binary101011110011101101010101001011010011101100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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