#B22B31

Color #B22B31 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #B22B31

Tints of Mahogany #B22B31

Color information

#B22B31 (or 0xB22B31) is unknown color: approx Mahogany. HEX triplet: B2, 2B and 31. RGB value is (178,43,49). Sum of RGB (Red+Green+Blue) = 178+43+49=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22B31 is #4DD4CE. Grayscale: #545454. Windows color (decimal): -5100751 or 3222450. OLE color: 3222450.

HSL color Cylindrical-coordinate representation of color #B22B31: hue angle of 357.33º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22B31 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB1784349-
CMYK00.760.720.30
HSL357.33º61.09%43.33%-
HSV(B)357.33º75.84%69.8%-
XYZ19.7811.414.07-
YUV84.05108.23195.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.93%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 49 (19.53% from 255) = 18.15%
R=65.93%
G=15.93%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178434900.760.720.30357.3361.0943.33
HexB22B3104C481E1653d2b
Octal26253610114110365457553
Binary1011001010101111000101001100100100011110101100101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B31; }

 p { color: rgb(178,43,49); }

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

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

 a { background-color: rgb(178,43,49); }

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

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

 span { border-color: rgb(178,43,49); }

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