Html Css Color HEX #B23233 Mahogany

📋 copy color: '#B23233'

red 178 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #B23233

Tints of Mahogany #B23233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 63.8%
G = 17.92%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B23233 (or 0xB23233) is known color: Mahogany. HEX triplet: B2, 32 and 33. RGB value is (178,50,51). Sum of RGB (Red+Green+Blue) = 178+50+51=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B23233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23233 is #4DCDCC. Grayscale: #585858. Windows color (decimal): -5098957 or 3355314. OLE color: 3355314.

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

Color convert

RGB 178 50 51 -
CMYK 0 0.72 0.71 0.30
HSL 359.53º 0.56% 0.45% -
HSV(B) 359.53º 0.72% 0.7% -
XYZ 20.1 11.99 4.39 -
YUV 88.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 178 50 51 0 0.72 0.71 0.30 359.53 0.56 0.45
Hex B2 32 33 0 48 47 1E 168 38 2D
Octal 262 62 63 0 110 107 36 550 70 55
Binary 10110010 110010 110011 0 1001000 1000111 11110 101101000 111000 101101

Color Harmonies of #B23233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23233

Black with #B23233

Text Example


Text Example

White with #B23233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23233; }

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

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

background-color css

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

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

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

border-color css

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

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

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