Html Css Color HEX #B42E33 Mahogany

📋 copy color: '#B42E33'

red 180 ◦ green 46 ◦ blue 51

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

Shades of Mahogany #B42E33

Tints of Mahogany #B42E33

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.61%

 BLUE value IS 51 (20.31% from 255) = 18.41%

R = 64.98%
G = 16.61%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B42E33 (or 0xB42E33) is known color: Mahogany. HEX triplet: B4, 2E and 33. RGB value is (180,46,51). Sum of RGB (Red+Green+Blue) = 180+46+51=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E33 is #4BD1CC. Grayscale: #565656. Windows color (decimal): -4968909 or 3354292. OLE color: 3354292.

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

Color convert

RGB 180 46 51 -
CMYK 0 0.74 0.72 0.29
HSL 357.76º 0.59% 0.44% -
HSV(B) 357.76º 0.74% 0.71% -
XYZ 20.4 11.9 4.35 -
YUV 86.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 180 46 51 0 0.74 0.72 0.29 357.76 0.59 0.44
Hex B4 2E 33 0 4A 48 1D 166 3B 2C
Octal 264 56 63 0 112 110 35 546 73 54
Binary 10110100 101110 110011 0 1001010 1001000 11101 101100110 111011 101100

Color Harmonies of #B42E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42E33

Black with #B42E33

Text Example


Text Example

White with #B42E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42E33; }

 p { color: rgb(180,46,51); }

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

background-color css

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

 a { background-color: rgb(180,46,51); }

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

border-color css

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

 span { border-color: rgb(180,46,51); }

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