#B23338

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

Shades of Mahogany #B23338

Tints of Mahogany #B23338

Color information

#B23338 (or 0xB23338) is unknown color: approx Mahogany. HEX triplet: B2, 33 and 38. RGB value is (178,51,56). Sum of RGB (Red+Green+Blue) = 178+51+56=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B23338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23338 is #4DCCC7. Grayscale: #595959. Windows color (decimal): -5098696 or 3683250. OLE color: 3683250.

HSL color Cylindrical-coordinate representation of color #B23338: hue angle of 357.64º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23338 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB1785156-
CMYK00.710.690.30
HSL357.64º55.46%44.9%-
HSV(B)357.64º71.35%69.8%-
XYZ20.2612.125.01-
YUV89.54109.08191.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.46%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=62.46%
G=17.89%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178515600.710.690.30357.6455.4644.9
HexB23338047451E166372d
Octal26263700107105365466755
Binary1011001011001111100001000111100010111110101100110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23338; }

 p { color: rgb(178,51,56); }

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

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

 a { background-color: rgb(178,51,56); }

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

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

 span { border-color: rgb(178,51,56); }

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