Html Css Color HEX #B24142 Mahogany

📋 copy color: '#B24142'

red 178 ◦ green 65 ◦ blue 66

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

Shades of Mahogany #B24142

Tints of Mahogany #B24142

RGB

 RED value IS 178 (69.92% from 255) = 57.61%

 GREEN value IS 65 (25.78% from 255) = 21.04%

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 57.61%
G = 21.04%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24142 (or 0xB24142) is known color: Mahogany. HEX triplet: B2, 41 and 42. RGB value is (178,65,66). Sum of RGB (Red+Green+Blue) = 178+65+66=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B24142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24142 is #4DBEBD. Grayscale: #636363. Windows color (decimal): -5095102 or 4342194. OLE color: 4342194.

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

Color convert

RGB 178 65 66 -
CMYK 0 0.63 0.63 0.30
HSL 359.47º 0.47% 0.48% -
HSV(B) 359.47º 0.63% 0.7% -
XYZ 21.23 13.64 6.67 -
YUV 98.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 178 65 66 0 0.63 0.63 0.30 359.47 0.47 0.48
Hex B2 41 42 0 3F 3F 1E 167 2F 30
Octal 262 101 102 0 77 77 36 547 57 60
Binary 10110010 1000001 1000010 0 111111 111111 11110 101100111 101111 110000

Color Harmonies of #B24142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24142

Black with #B24142

Text Example


Text Example

White with #B24142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24142; }

 p { color: rgb(178,65,66); }

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

background-color css

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

 a { background-color: rgb(178,65,66); }

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

border-color css

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

 span { border-color: rgb(178,65,66); }

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