Html Css Color HEX #B03234 Mahogany

📋 copy color: '#B03234'

red 176 ◦ green 50 ◦ blue 52

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

Shades of Mahogany #B03234

Tints of Mahogany #B03234

RGB

 RED value IS 176 (69.14% from 255) = 63.31%

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

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

R = 63.31%
G = 17.99%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B03234 (or 0xB03234) is known color: Mahogany. HEX triplet: B0, 32 and 34. RGB value is (176,50,52). Sum of RGB (Red+Green+Blue) = 176+50+52=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B03234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03234 is #4FCDCB. Grayscale: #585858. Windows color (decimal): -5230028 or 3420848. OLE color: 3420848.

HSL color Cylindrical-coordinate representation of color #B03234: hue angle of 359.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03234 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 50 52 -
CMYK 0 0.72 0.70 0.31
HSL 359.05º 0.56% 0.44% -
HSV(B) 359.05º 0.72% 0.69% -
XYZ 19.66 11.76 4.48 -
YUV 87.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 176 50 52 0 0.72 0.70 0.31 359.05 0.56 0.44
Hex B0 32 34 0 48 46 1F 167 38 2C
Octal 260 62 64 0 110 106 37 547 70 54
Binary 10110000 110010 110100 0 1001000 1000110 11111 101100111 111000 101100

Color Harmonies of #B03234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03234

Black with #B03234

Text Example


Text Example

White with #B03234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03234; }

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

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

background-color css

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

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

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

border-color css

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

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

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