#B24B39

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

Shades of Medium Carmine #B24B39

Tints of Medium Carmine #B24B39

Color information

#B24B39 (or 0xB24B39) is unknown color: approx Medium Carmine. HEX triplet: B2, 4B and 39. RGB value is (178,75,57). Sum of RGB (Red+Green+Blue) = 178+75+57=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B39 is #4DB4C6. Grayscale: #676767. Windows color (decimal): -5092551 or 3754930. OLE color: 3754930.

HSL color Cylindrical-coordinate representation of color #B24B39: hue angle of 8.93º 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 #B24B39 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1787557-
CMYK00.580.680.30
HSL8.93º51.49%46.08%-
HSV(B)8.93º67.98%69.8%-
XYZ21.6114.795.59-
YUV103.74101.62180.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.42%
GREEN value IS 75 (29.69% from 255) = 24.19%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=57.42%
G=24.19%
B=18.39%

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
Decimal178755700.580.680.308.9351.4946.08
HexB24B3903A441E9332e
Octal2621137107210436116356
Binary10110010100101111100101110101000100111101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B39; }

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

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

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

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

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

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

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

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