Html Css Color HEX #B42C32 Mahogany

📋 copy color: '#B42C32'

red 180 ◦ green 44 ◦ blue 50

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

Shades of Mahogany #B42C32

Tints of Mahogany #B42C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.06%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 65.69%
G = 16.06%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B42C32 (or 0xB42C32) is known color: Mahogany. HEX triplet: B4, 2C and 32. RGB value is (180,44,50). Sum of RGB (Red+Green+Blue) = 180+44+50=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C32 is #4BD3CD. Grayscale: #555555. Windows color (decimal): -4969422 or 3288244. OLE color: 3288244.

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

Color convert

RGB 180 44 50 -
CMYK 0 0.76 0.72 0.29
HSL 357.35º 0.61% 0.44% -
HSV(B) 357.35º 0.76% 0.71% -
XYZ 20.3 11.73 4.21 -
YUV 85.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 180 44 50 0 0.76 0.72 0.29 357.35 0.61 0.44
Hex B4 2C 32 0 4C 48 1D 165 3D 2C
Octal 264 54 62 0 114 110 35 545 75 54
Binary 10110100 101100 110010 0 1001100 1001000 11101 101100101 111101 101100

Color Harmonies of #B42C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42C32

Black with #B42C32

Text Example


Text Example

White with #B42C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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