Html Css Color HEX #B23036 Mahogany

📋 copy color: '#B23036'

red 178 ◦ green 48 ◦ blue 54

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

Shades of Mahogany #B23036

Tints of Mahogany #B23036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 63.57%
G = 17.14%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B23036 (or 0xB23036) is known color: Mahogany. HEX triplet: B2, 30 and 36. RGB value is (178,48,54). Sum of RGB (Red+Green+Blue) = 178+48+54=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B23036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23036 is #4DCFC9. Grayscale: #575757. Windows color (decimal): -5099466 or 3551410. OLE color: 3551410.

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

Color convert

RGB 178 48 54 -
CMYK 0 0.73 0.70 0.30
HSL 357.23º 0.58% 0.44% -
HSV(B) 357.23º 0.73% 0.7% -
XYZ 20.08 11.85 4.72 -
YUV 87.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 178 48 54 0 0.73 0.70 0.30 357.23 0.58 0.44
Hex B2 30 36 0 49 46 1E 165 3A 2C
Octal 262 60 66 0 111 106 36 545 72 54
Binary 10110010 110000 110110 0 1001001 1000110 11110 101100101 111010 101100

Color Harmonies of #B23036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23036

Black with #B23036

Text Example


Text Example

White with #B23036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23036; }

 p { color: rgb(178,48,54); }

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

background-color css

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

 a { background-color: rgb(178,48,54); }

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

border-color css

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

 span { border-color: rgb(178,48,54); }

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