Html Css Color HEX #B44432 Medium Carmine

📋 copy color: '#B44432'

red 180 ◦ green 68 ◦ blue 50

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

Shades of Medium Carmine #B44432

Tints of Medium Carmine #B44432

RGB

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

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

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

R = 60.4%
G = 22.82%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B44432 (or 0xB44432) is known color: Medium Carmine. HEX triplet: B4, 44 and 32. RGB value is (180,68,50). Sum of RGB (Red+Green+Blue) = 180+68+50=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B44432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44432 is #4BBBCD. Grayscale: #636363. Windows color (decimal): -4963278 or 3294388. OLE color: 3294388.

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

Color convert

RGB 180 68 50 -
CMYK 0 0.62 0.72 0.29
HSL 8.31º 0.57% 0.45% -
HSV(B) 8.31º 0.72% 0.71% -
XYZ 21.47 14.07 4.6 -
YUV 99.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 180 68 50 0 0.62 0.72 0.29 8.31 0.57 0.45
Hex B4 44 32 0 3E 48 1D 8 39 2D
Octal 264 104 62 0 76 110 35 10 71 55
Binary 10110100 1000100 110010 0 111110 1001000 11101 1000 111001 101101

Color Harmonies of #B44432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44432

Black with #B44432

Text Example


Text Example

White with #B44432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44432; }

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

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

background-color css

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

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

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

border-color css

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

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

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