Html Css Color HEX #B42829 Mahogany

📋 copy color: '#B42829'

red 180 ◦ green 40 ◦ blue 41

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

Shades of Mahogany #B42829

Tints of Mahogany #B42829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

 BLUE value IS 41 (16.41% from 255) = 15.71%

R = 68.97%
G = 15.33%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B42829 (or 0xB42829) is known color: Mahogany. HEX triplet: B4, 28 and 29. RGB value is (180,40,41). Sum of RGB (Red+Green+Blue) = 180+40+41=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B42829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42829 is #4BD7D6. Grayscale: #525252. Windows color (decimal): -4970455 or 2697396. OLE color: 2697396.

HSL color Cylindrical-coordinate representation of color #B42829: hue angle of 359.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42829 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 40 41 -
CMYK 0 0.78 0.77 0.29
HSL 359.57º 0.64% 0.43% -
HSV(B) 359.57º 0.78% 0.71% -
XYZ 19.98 11.38 3.24 -
YUV 81.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 180 40 41 0 0.78 0.77 0.29 359.57 0.64 0.43
Hex B4 28 29 0 4E 4D 1D 168 40 2B
Octal 264 50 51 0 116 115 35 550 100 53
Binary 10110100 101000 101001 0 1001110 1001101 11101 101101000 1000000 101011

Color Harmonies of #B42829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42829

Black with #B42829

Text Example


Text Example

White with #B42829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42829; }

 p { color: rgb(180,40,41); }

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

background-color css

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

 a { background-color: rgb(180,40,41); }

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

border-color css

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

 span { border-color: rgb(180,40,41); }

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