Html Css Color HEX #B24532 Medium Carmine

📋 copy color: '#B24532'

red 178 ◦ green 69 ◦ blue 50

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

Shades of Medium Carmine #B24532

Tints of Medium Carmine #B24532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.23%

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

R = 59.93%
G = 23.23%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B24532 (or 0xB24532) is known color: Medium Carmine. HEX triplet: B2, 45 and 32. RGB value is (178,69,50). Sum of RGB (Red+Green+Blue) = 178+69+50=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B24532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24532 is #4DBACD. Grayscale: #636363. Windows color (decimal): -5094094 or 3294642. OLE color: 3294642.

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

Color convert

RGB 178 69 50 -
CMYK 0 0.61 0.72 0.30
HSL 8.91º 0.56% 0.45% -
HSV(B) 8.91º 0.72% 0.7% -
XYZ 21.06 13.95 4.6 -
YUV 99.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 178 69 50 0 0.61 0.72 0.30 8.91 0.56 0.45
Hex B2 45 32 0 3D 48 1E 9 38 2D
Octal 262 105 62 0 75 110 36 11 70 55
Binary 10110010 1000101 110010 0 111101 1001000 11110 1001 111000 101101

Color Harmonies of #B24532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24532

Black with #B24532

Text Example


Text Example

White with #B24532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24532; }

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

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

background-color css

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

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

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

border-color css

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

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

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