Html Css Color HEX #B24041 Mahogany

📋 copy color: '#B24041'

red 178 ◦ green 64 ◦ blue 65

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

Shades of Mahogany #B24041

Tints of Mahogany #B24041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.85%

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 57.98%
G = 20.85%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B24041 (or 0xB24041) is known color: Mahogany. HEX triplet: B2, 40 and 41. RGB value is (178,64,65). Sum of RGB (Red+Green+Blue) = 178+64+65=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B24041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24041 is #4DBFBE. Grayscale: #626262. Windows color (decimal): -5095359 or 4276402. OLE color: 4276402.

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

Color convert

RGB 178 64 65 -
CMYK 0 0.64 0.63 0.30
HSL 359.47º 0.47% 0.47% -
HSV(B) 359.47º 0.64% 0.7% -
XYZ 21.15 13.51 6.49 -
YUV 98.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 178 64 65 0 0.64 0.63 0.30 359.47 0.47 0.47
Hex B2 40 41 0 40 3F 1E 167 2F 2F
Octal 262 100 101 0 100 77 36 547 57 57
Binary 10110010 1000000 1000001 0 1000000 111111 11110 101100111 101111 101111

Color Harmonies of #B24041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24041

Black with #B24041

Text Example


Text Example

White with #B24041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24041; }

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

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

background-color css

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

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

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

border-color css

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

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

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