Html Css Color HEX #B42B2C Mahogany

📋 copy color: '#B42B2C'

red 180 ◦ green 43 ◦ blue 44

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

Shades of Mahogany #B42B2C

Tints of Mahogany #B42B2C

RGB

 RED value IS 180 (70.7% from 255) = 67.42%

 GREEN value IS 43 (17.19% from 255) = 16.1%

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 67.42%
G = 16.1%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B42B2C (or 0xB42B2C) is known color: Mahogany. HEX triplet: B4, 2B and 2C. RGB value is (180,43,44). Sum of RGB (Red+Green+Blue) = 180+43+44=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B2C is #4BD4D3. Grayscale: #545454. Windows color (decimal): -4969684 or 2894772. OLE color: 2894772.

HSL color Cylindrical-coordinate representation of color #B42B2C: hue angle of 359.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42B2C is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 43 44 -
CMYK 0 0.76 0.76 0.29
HSL 359.56º 0.61% 0.44% -
HSV(B) 359.56º 0.76% 0.71% -
XYZ 20.14 11.61 3.56 -
YUV 84.08 105.39 196.42 -
System Red Green Blue C M Y K H S L
Decimal 180 43 44 0 0.76 0.76 0.29 359.56 0.61 0.44
Hex B4 2B 2C 0 4C 4C 1D 168 3D 2C
Octal 264 53 54 0 114 114 35 550 75 54
Binary 10110100 101011 101100 0 1001100 1001100 11101 101101000 111101 101100

Color Harmonies of #B42B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42B2C

Black with #B42B2C

Text Example


Text Example

White with #B42B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42B2C; }

 p { color: rgb(180,43,44); }

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

background-color css

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

 a { background-color: rgb(180,43,44); }

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

border-color css

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

 span { border-color: rgb(180,43,44); }

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