#B23335

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

Shades of Mahogany #B23335

Tints of Mahogany #B23335

Color information

#B23335 (or 0xB23335) is unknown color: approx Mahogany. HEX triplet: B2, 33 and 35. RGB value is (178,51,53). Sum of RGB (Red+Green+Blue) = 178+51+53=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B23335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23335 is #4DCCCA. Grayscale: #595959. Windows color (decimal): -5098699 or 3486642. OLE color: 3486642.

HSL color Cylindrical-coordinate representation of color #B23335: hue angle of 359.06º 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 #B23335 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1785153-
CMYK00.710.700.30
HSL359.06º55.46%44.9%-
HSV(B)359.06º71.35%69.8%-
XYZ20.1912.094.64-
YUV89.2107.58191.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.12%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=63.12%
G=18.09%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178515300.710.700.30359.0655.4644.9
HexB23335047461E167372d
Octal26263650107106365476755
Binary1011001011001111010101000111100011011110101100111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23335; }

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

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

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

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

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

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

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

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