Html Css Color HEX #B23234 Mahogany

📋 copy color: '#B23234'

red 178 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #B23234

Tints of Mahogany #B23234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 63.57%
G = 17.86%
B = 18.57%

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

#B23234 (or 0xB23234) is known color: Mahogany. HEX triplet: B2, 32 and 34. RGB value is (178,50,52). Sum of RGB (Red+Green+Blue) = 178+50+52=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B23234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23234 is #4DCDCB. Grayscale: #585858. Windows color (decimal): -5098956 or 3420850. OLE color: 3420850.

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

Color convert

RGB 178 50 52 -
CMYK 0 0.72 0.71 0.30
HSL 359.06º 0.56% 0.45% -
HSV(B) 359.06º 0.72% 0.7% -
XYZ 20.12 11.99 4.5 -
YUV 88.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 178 50 52 0 0.72 0.71 0.30 359.06 0.56 0.45
Hex B2 32 34 0 48 47 1E 167 38 2D
Octal 262 62 64 0 110 107 36 547 70 55
Binary 10110010 110010 110100 0 1001000 1000111 11110 101100111 111000 101101

Color Harmonies of #B23234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23234

Black with #B23234

Text Example


Text Example

White with #B23234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23234; }

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

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

background-color css

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

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

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

border-color css

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

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

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