Html Css Color HEX #B44243 Mahogany

📋 copy color: '#B44243'

red 180 ◦ green 66 ◦ blue 67

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

Shades of Mahogany #B44243

Tints of Mahogany #B44243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 67 (26.56% from 255) = 21.41%

R = 57.51%
G = 21.09%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B44243 (or 0xB44243) is known color: Mahogany. HEX triplet: B4, 42 and 43. RGB value is (180,66,67). Sum of RGB (Red+Green+Blue) = 180+66+67=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B44243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44243 is #4BBDBC. Grayscale: #646464. Windows color (decimal): -4963773 or 4407988. OLE color: 4407988.

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

Color convert

RGB 180 66 67 -
CMYK 0 0.63 0.63 0.29
HSL 359.47º 0.46% 0.48% -
HSV(B) 359.47º 0.63% 0.71% -
XYZ 21.78 14 6.87 -
YUV 100.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 180 66 67 0 0.63 0.63 0.29 359.47 0.46 0.48
Hex B4 42 43 0 3F 3F 1D 167 2E 30
Octal 264 102 103 0 77 77 35 547 56 60
Binary 10110100 1000010 1000011 0 111111 111111 11101 101100111 101110 110000

Color Harmonies of #B44243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44243

Black with #B44243

Text Example


Text Example

White with #B44243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44243; }

 p { color: rgb(180,66,67); }

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

background-color css

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

 a { background-color: rgb(180,66,67); }

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

border-color css

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

 span { border-color: rgb(180,66,67); }

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