Html Css Color HEX #B24432 Medium Carmine

📋 copy color: '#B24432'

red 178 ◦ green 68 ◦ blue 50

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

Shades of Medium Carmine #B24432

Tints of Medium Carmine #B24432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 60.14%
G = 22.97%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B24432 (or 0xB24432) is known color: Medium Carmine. HEX triplet: B2, 44 and 32. RGB value is (178,68,50). Sum of RGB (Red+Green+Blue) = 178+68+50=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B24432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24432 is #4DBBCD. Grayscale: #636363. Windows color (decimal): -5094350 or 3294386. OLE color: 3294386.

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

Color convert

RGB 178 68 50 -
CMYK 0 0.62 0.72 0.30
HSL 8.44º 0.56% 0.45% -
HSV(B) 8.44º 0.72% 0.7% -
XYZ 21 13.83 4.58 -
YUV 98.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 178 68 50 0 0.62 0.72 0.30 8.44 0.56 0.45
Hex B2 44 32 0 3E 48 1E 8 38 2D
Octal 262 104 62 0 76 110 36 10 70 55
Binary 10110010 1000100 110010 0 111110 1001000 11110 1000 111000 101101

Color Harmonies of #B24432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24432

Black with #B24432

Text Example


Text Example

White with #B24432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24432; }

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

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

background-color css

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

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

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

border-color css

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

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

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