Html Css Color HEX #B23337 Mahogany

📋 copy color: '#B23337'

red 178 ◦ green 51 ◦ blue 55

#B23337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mahogany #B23337

Tints of Mahogany #B23337

RGB

 RED value IS 178 (69.92% from 255) = 62.68%

 GREEN value IS 51 (20.31% from 255) = 17.96%

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 62.68%
G = 17.96%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B23337 (or 0xB23337) is known color: Mahogany. HEX triplet: B2, 33 and 37. RGB value is (178,51,55). Sum of RGB (Red+Green+Blue) = 178+51+55=284 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.68% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 178 - color contains mainly: red. Hex color #B23337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23337 is #4DCCC8. Grayscale: #595959. Windows color (decimal): -5098697 or 3617714. OLE color: 3617714.

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

Color convert

RGB 178 51 55 -
CMYK 0 0.71 0.69 0.30
HSL 358.11º 0.55% 0.45% -
HSV(B) 358.11º 0.71% 0.7% -
XYZ 20.23 12.11 4.89 -
YUV 89.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 178 51 55 0 0.71 0.69 0.30 358.11 0.55 0.45
Hex B2 33 37 0 47 45 1E 166 37 2D
Octal 262 63 67 0 107 105 36 546 67 55
Binary 10110010 110011 110111 0 1000111 1000101 11110 101100110 110111 101101

Color Harmonies of #B23337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23337

Black with #B23337

Text Example


Text Example

White with #B23337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23337; }

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

 H1.HeaderClassName
 {
   color: #B23337;
 }
 .AnyTagClassName
 {
   color: #B23337;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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