#B24C3B

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

Shades of Medium Carmine #B24C3B

Tints of Medium Carmine #B24C3B

Color information

#B24C3B (or 0xB24C3B) is unknown color: approx Medium Carmine. HEX triplet: B2, 4C and 3B. RGB value is (178,76,59). Sum of RGB (Red+Green+Blue) = 178+76+59=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24C3B is #4DB3C4. Grayscale: #686868. Windows color (decimal): -5092293 or 3886258. OLE color: 3886258.

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

Color convert

RGB1787659-
CMYK00.570.670.30
HSL8.57º50.21%46.47%-
HSV(B)8.57º66.85%69.8%-
XYZ21.7314.955.88-
YUV104.56102.29180.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.87%
GREEN value IS 76 (30.08% from 255) = 24.28%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=56.87%
G=24.28%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178765900.570.670.308.5750.2146.47
HexB24C3B039431E9322e
Octal2621147307110336116256
Binary10110010100110011101101110011000011111101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24C3B; }

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

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

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

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

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

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

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

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