#B24B36

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

Shades of Medium Carmine #B24B36

Tints of Medium Carmine #B24B36

Color information

#B24B36 (or 0xB24B36) is unknown color: approx Medium Carmine. HEX triplet: B2, 4B and 36. RGB value is (178,75,54). Sum of RGB (Red+Green+Blue) = 178+75+54=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B36 is #4DB4C9. Grayscale: #676767. Windows color (decimal): -5092554 or 3558322. OLE color: 3558322.

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

Color convert

RGB1787554-
CMYK00.580.700.30
HSL10.16º53.45%45.49%-
HSV(B)10.16º69.66%69.8%-
XYZ21.5414.765.2-
YUV103.4100.12181.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 54 (21.48% from 255) = 17.59%
R=57.98%
G=24.43%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178755400.580.700.3010.1653.4545.49
HexB24B3603A461Ea352d
Octal2621136607210636126555
Binary10110010100101111011001110101000110111101010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B36; }

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

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

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

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

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

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

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

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