#B24B3A

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

Shades of Medium Carmine #B24B3A

Tints of Medium Carmine #B24B3A

Color information

#B24B3A (or 0xB24B3A) is unknown color: approx Medium Carmine. HEX triplet: B2, 4B and 3A. RGB value is (178,75,58). Sum of RGB (Red+Green+Blue) = 178+75+58=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B3A is #4DB4C5. Grayscale: #686868. Windows color (decimal): -5092550 or 3820466. OLE color: 3820466.

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

Color convert

RGB1787558-
CMYK00.580.670.30
HSL8.5º50.85%46.27%-
HSV(B)8.5º67.42%69.8%-
XYZ21.6414.85.72-
YUV103.86102.12180.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 75 (29.69% from 255) = 24.12%
BLUE value IS 58 (23.05% from 255) = 18.65%
R=57.23%
G=24.12%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178755800.580.670.308.550.8546.27
HexB24B3A03A431E9332e
Octal2621137207210336116356
Binary10110010100101111101001110101000011111101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B3A; }

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

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

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

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

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

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

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

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