Html Css Color HEX #B23537 Mahogany

📋 copy color: '#B23537'

red 178 ◦ green 53 ◦ blue 55

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

Shades of Mahogany #B23537

Tints of Mahogany #B23537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.53%

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

R = 62.24%
G = 18.53%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B23537 (or 0xB23537) is known color: Mahogany. HEX triplet: B2, 35 and 37. RGB value is (178,53,55). Sum of RGB (Red+Green+Blue) = 178+53+55=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B23537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23537 is #4DCAC8. Grayscale: #5A5A5A. Windows color (decimal): -5098185 or 3618226. OLE color: 3618226.

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

Color convert

RGB 178 53 55 -
CMYK 0 0.70 0.69 0.30
HSL 359.04º 0.54% 0.45% -
HSV(B) 359.04º 0.7% 0.7% -
XYZ 20.32 12.29 4.91 -
YUV 90.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 178 53 55 0 0.70 0.69 0.30 359.04 0.54 0.45
Hex B2 35 37 0 46 45 1E 167 36 2D
Octal 262 65 67 0 106 105 36 547 66 55
Binary 10110010 110101 110111 0 1000110 1000101 11110 101100111 110110 101101

Color Harmonies of #B23537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23537

Black with #B23537

Text Example


Text Example

White with #B23537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23537; }

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

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

background-color css

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

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

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

border-color css

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

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

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