Html Css Color HEX #B23032 Mahogany

📋 copy color: '#B23032'

red 178 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #B23032

Tints of Mahogany #B23032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 64.49%
G = 17.39%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B23032 (or 0xB23032) is known color: Mahogany. HEX triplet: B2, 30 and 32. RGB value is (178,48,50). Sum of RGB (Red+Green+Blue) = 178+48+50=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B23032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23032 is #4DCFCD. Grayscale: #575757. Windows color (decimal): -5099470 or 3289266. OLE color: 3289266.

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

Color convert

RGB 178 48 50 -
CMYK 0 0.73 0.72 0.30
HSL 359.08º 0.58% 0.44% -
HSV(B) 359.08º 0.73% 0.7% -
XYZ 19.99 11.81 4.24 -
YUV 87.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 178 48 50 0 0.73 0.72 0.30 359.08 0.58 0.44
Hex B2 30 32 0 49 48 1E 167 3A 2C
Octal 262 60 62 0 111 110 36 547 72 54
Binary 10110010 110000 110010 0 1001001 1001000 11110 101100111 111010 101100

Color Harmonies of #B23032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23032

Black with #B23032

Text Example


Text Example

White with #B23032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23032; }

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

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

background-color css

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

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

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

border-color css

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

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

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