#B22D31

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

Shades of Mahogany #B22D31

Tints of Mahogany #B22D31

Color information

#B22D31 (or 0xB22D31) is unknown color: approx Mahogany. HEX triplet: B2, 2D and 31. RGB value is (178,45,49). Sum of RGB (Red+Green+Blue) = 178+45+49=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D31 is #4DD2CE. Grayscale: #555555. Windows color (decimal): -5100239 or 3222962. OLE color: 3222962.

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

Color convert

RGB1784549-
CMYK00.750.720.30
HSL358.2º59.64%43.73%-
HSV(B)358.2º74.72%69.8%-
XYZ19.8511.564.09-
YUV85.22107.56194.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 49 (19.53% from 255) = 18.01%
R=65.44%
G=16.54%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178454900.750.720.30358.259.6443.73
HexB22D3104B481E1663c2c
Octal26255610113110365467454
Binary1011001010110111000101001011100100011110101100110111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22D31; }

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

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

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

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

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

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

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

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