Html Css Color HEX #B23031 Mahogany

📋 copy color: '#B23031'

red 178 ◦ green 48 ◦ blue 49

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

Shades of Mahogany #B23031

Tints of Mahogany #B23031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 64.73%
G = 17.45%
B = 17.82%

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

#B23031 (or 0xB23031) is known color: Mahogany. HEX triplet: B2, 30 and 31. RGB value is (178,48,49). Sum of RGB (Red+Green+Blue) = 178+48+49=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B23031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23031 is #4DCFCE. Grayscale: #575757. Windows color (decimal): -5099471 or 3223730. OLE color: 3223730.

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

Color convert

RGB 178 48 49 -
CMYK 0 0.73 0.72 0.30
HSL 359.54º 0.58% 0.44% -
HSV(B) 359.54º 0.73% 0.7% -
XYZ 19.97 11.8 4.13 -
YUV 86.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 178 48 49 0 0.73 0.72 0.30 359.54 0.58 0.44
Hex B2 30 31 0 49 48 1E 168 3A 2C
Octal 262 60 61 0 111 110 36 550 72 54
Binary 10110010 110000 110001 0 1001001 1001000 11110 101101000 111010 101100

Color Harmonies of #B23031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23031

Black with #B23031

Text Example


Text Example

White with #B23031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23031; }

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

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

background-color css

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

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

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

border-color css

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

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

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