#B24A39

Color #B24A39 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B24A39

Tints of Medium Carmine #B24A39

Color information

#B24A39 (or 0xB24A39) is unknown color: approx Medium Carmine. HEX triplet: B2, 4A and 39. RGB value is (178,74,57). Sum of RGB (Red+Green+Blue) = 178+74+57=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24A39 is #4DB5C6. Grayscale: #676767. Windows color (decimal): -5092807 or 3754674. OLE color: 3754674.

HSL color Cylindrical-coordinate representation of color #B24A39: hue angle of 8.43º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24A39 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1787457-
CMYK00.580.680.30
HSL8.43º51.49%46.08%-
HSV(B)8.43º67.98%69.8%-
XYZ21.5514.665.56-
YUV103.16101.96181.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.61%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 57 (22.66% from 255) = 18.45%
R=57.61%
G=23.95%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178745700.580.680.308.4351.4946.08
HexB24A3903A441E8332e
Octal2621127107210436106356
Binary10110010100101011100101110101000100111101000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24A39; }

 p { color: rgb(178,74,57); }

 H1.HeaderClassName
 {
   color: #B24A39;
 }
 .AnyTagClassName
 {
   color: #B24A39;
 }
</style>
background-color css

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

 a { background-color: rgb(178,74,57); }

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

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

 span { border-color: rgb(178,74,57); }

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