Html Css Color HEX #B44232 Medium Carmine

📋 copy color: '#B44232'

red 180 ◦ green 66 ◦ blue 50

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

Shades of Medium Carmine #B44232

Tints of Medium Carmine #B44232

RGB

 RED value IS 180 (70.7% from 255) = 60.81%

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

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

R = 60.81%
G = 22.3%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B44232 (or 0xB44232) is known color: Medium Carmine. HEX triplet: B4, 42 and 32. RGB value is (180,66,50). Sum of RGB (Red+Green+Blue) = 180+66+50=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B44232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44232 is #4BBDCD. Grayscale: #626262. Windows color (decimal): -4963790 or 3293876. OLE color: 3293876.

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

Color convert

RGB 180 66 50 -
CMYK 0 0.63 0.72 0.29
HSL 7.38º 0.57% 0.45% -
HSV(B) 7.38º 0.72% 0.71% -
XYZ 21.35 13.83 4.56 -
YUV 98.26 100.77 186.3 -
System Red Green Blue C M Y K H S L
Decimal 180 66 50 0 0.63 0.72 0.29 7.38 0.57 0.45
Hex B4 42 32 0 3F 48 1D 7 39 2D
Octal 264 102 62 0 77 110 35 7 71 55
Binary 10110100 1000010 110010 0 111111 1001000 11101 111 111001 101101

Color Harmonies of #B44232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44232

Black with #B44232

Text Example


Text Example

White with #B44232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44232; }

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

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

background-color css

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

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

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

border-color css

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

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

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