Html Css Color HEX #B24232 Medium Carmine

📋 copy color: '#B24232'

red 178 ◦ green 66 ◦ blue 50

#B24232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Carmine #B24232

Tints of Medium Carmine #B24232

RGB

 RED value IS 178 (69.92% from 255) = 60.54%

 GREEN value IS 66 (26.17% from 255) = 22.45%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 60.54%
G = 22.45%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B24232 (or 0xB24232) is known color: Medium Carmine. HEX triplet: B2, 42 and 32. RGB value is (178,66,50). Sum of RGB (Red+Green+Blue) = 178+66+50=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B24232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24232 is #4DBDCD. Grayscale: #616161. Windows color (decimal): -5094862 or 3293874. OLE color: 3293874.

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

Color convert

RGB 178 66 50 -
CMYK 0 0.63 0.72 0.30
HSL 7.5º 0.56% 0.45% -
HSV(B) 7.5º 0.72% 0.7% -
XYZ 20.88 13.59 4.54 -
YUV 97.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 178 66 50 0 0.63 0.72 0.30 7.5 0.56 0.45
Hex B2 42 32 0 3F 48 1E 8 38 2D
Octal 262 102 62 0 77 110 36 10 70 55
Binary 10110010 1000010 110010 0 111111 1001000 11110 1000 111000 101101

Color Harmonies of #B24232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24232

Black with #B24232

Text Example


Text Example

White with #B24232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24232; }

 p { color: rgb(178,66,50); }

 H1.HeaderClassName
 {
   color: #B24232;
 }
 .AnyTagClassName
 {
   color: #B24232;
 }
</style>

background-color css

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

 a { background-color: rgb(178,66,50); }

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

border-color css

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

 span { border-color: rgb(178,66,50); }

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