#B24B3B

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

Shades of Medium Carmine #B24B3B

Tints of Medium Carmine #B24B3B

Color information

#B24B3B (or 0xB24B3B) is unknown color: approx Medium Carmine. HEX triplet: B2, 4B and 3B. RGB value is (178,75,59). Sum of RGB (Red+Green+Blue) = 178+75+59=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B3B is #4DB4C4. Grayscale: #686868. Windows color (decimal): -5092549 or 3886002. OLE color: 3886002.

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

Color convert

RGB1787559-
CMYK00.580.670.30
HSL8.07º50.21%46.47%-
HSV(B)8.07º66.85%69.8%-
XYZ21.6714.815.85-
YUV103.97102.62180.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.05%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=57.05%
G=24.04%
B=18.91%

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
Decimal178755900.580.670.308.0750.2146.47
HexB24B3B03A431E8322e
Octal2621137307210336106256
Binary10110010100101111101101110101000011111101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B3B; }

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

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

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

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

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

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

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

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