Html Css Color HEX #B44731 Medium Carmine

📋 copy color: '#B44731'

red 180 ◦ green 71 ◦ blue 49

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

Shades of Medium Carmine #B44731

Tints of Medium Carmine #B44731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 60%
G = 23.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B44731 (or 0xB44731) is known color: Medium Carmine. HEX triplet: B4, 47 and 31. RGB value is (180,71,49). Sum of RGB (Red+Green+Blue) = 180+71+49=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B44731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44731 is #4BB8CE. Grayscale: #656565. Windows color (decimal): -4962511 or 3229620. OLE color: 3229620.

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

Color convert

RGB 180 71 49 -
CMYK 0 0.61 0.73 0.29
HSL 10.08º 0.57% 0.45% -
HSV(B) 10.08º 0.73% 0.71% -
XYZ 21.63 14.43 4.55 -
YUV 101.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 180 71 49 0 0.61 0.73 0.29 10.08 0.57 0.45
Hex B4 47 31 0 3D 49 1D A 39 2D
Octal 264 107 61 0 75 111 35 12 71 55
Binary 10110100 1000111 110001 0 111101 1001001 11101 1010 111001 101101

Color Harmonies of #B44731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44731

Black with #B44731

Text Example


Text Example

White with #B44731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44731; }

 p { color: rgb(180,71,49); }

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

background-color css

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

 a { background-color: rgb(180,71,49); }

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

border-color css

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

 span { border-color: rgb(180,71,49); }

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