Html Css Color HEX #B23237 Mahogany

📋 copy color: '#B23237'

red 178 ◦ green 50 ◦ blue 55

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

Shades of Mahogany #B23237

Tints of Mahogany #B23237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

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

R = 62.9%
G = 17.67%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B23237 (or 0xB23237) is known color: Mahogany. HEX triplet: B2, 32 and 37. RGB value is (178,50,55). Sum of RGB (Red+Green+Blue) = 178+50+55=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23237 is #4DCDC8. Grayscale: #585858. Windows color (decimal): -5098953 or 3617458. OLE color: 3617458.

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

Color convert

RGB 178 50 55 -
CMYK 0 0.72 0.69 0.30
HSL 357.66º 0.56% 0.45% -
HSV(B) 357.66º 0.72% 0.7% -
XYZ 20.19 12.02 4.87 -
YUV 88.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 178 50 55 0 0.72 0.69 0.30 357.66 0.56 0.45
Hex B2 32 37 0 48 45 1E 166 38 2D
Octal 262 62 67 0 110 105 36 546 70 55
Binary 10110010 110010 110111 0 1001000 1000101 11110 101100110 111000 101101

Color Harmonies of #B23237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23237

Black with #B23237

Text Example


Text Example

White with #B23237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23237; }

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

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

background-color css

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

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

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

border-color css

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

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

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