Html Css Color HEX #B32A2B Mahogany

📋 copy color: '#B32A2B'

red 179 ◦ green 42 ◦ blue 43

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

Shades of Mahogany #B32A2B

Tints of Mahogany #B32A2B

RGB

 RED value IS 179 (70.31% from 255) = 67.8%

 GREEN value IS 42 (16.8% from 255) = 15.91%

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 67.8%
G = 15.91%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B32A2B (or 0xB32A2B) is known color: Mahogany. HEX triplet: B3, 2A and 2B. RGB value is (179,42,43). Sum of RGB (Red+Green+Blue) = 179+42+43=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A2B is #4CD5D4. Grayscale: #535353. Windows color (decimal): -5035477 or 2828979. OLE color: 2828979.

HSL color Cylindrical-coordinate representation of color #B32A2B: hue angle of 359.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32A2B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 42 43 -
CMYK 0 0.77 0.76 0.30
HSL 359.56º 0.62% 0.43% -
HSV(B) 359.56º 0.77% 0.7% -
XYZ 19.85 11.41 3.44 -
YUV 83.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 179 42 43 0 0.77 0.76 0.30 359.56 0.62 0.43
Hex B3 2A 2B 0 4D 4C 1E 168 3E 2B
Octal 263 52 53 0 115 114 36 550 76 53
Binary 10110011 101010 101011 0 1001101 1001100 11110 101101000 111110 101011

Color Harmonies of #B32A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A2B

Black with #B32A2B

Text Example


Text Example

White with #B32A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A2B; }

 p { color: rgb(179,42,43); }

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

background-color css

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

 a { background-color: rgb(179,42,43); }

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

border-color css

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

 span { border-color: rgb(179,42,43); }

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