Html Css Color HEX #B44831 Medium Carmine

📋 copy color: '#B44831'

red 180 ◦ green 72 ◦ blue 49

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

Shades of Medium Carmine #B44831

Tints of Medium Carmine #B44831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.92%

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

R = 59.8%
G = 23.92%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B44831 (or 0xB44831) is known color: Medium Carmine. HEX triplet: B4, 48 and 31. RGB value is (180,72,49). Sum of RGB (Red+Green+Blue) = 180+72+49=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B44831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44831 is #4BB7CE. Grayscale: #656565. Windows color (decimal): -4962255 or 3229876. OLE color: 3229876.

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

Color convert

RGB 180 72 49 -
CMYK 0 0.60 0.73 0.29
HSL 10.53º 0.57% 0.45% -
HSV(B) 10.53º 0.73% 0.71% -
XYZ 21.69 14.56 4.57 -
YUV 101.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 180 72 49 0 0.60 0.73 0.29 10.53 0.57 0.45
Hex B4 48 31 0 3C 49 1D B 39 2D
Octal 264 110 61 0 74 111 35 13 71 55
Binary 10110100 1001000 110001 0 111100 1001001 11101 1011 111001 101101

Color Harmonies of #B44831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44831

Black with #B44831

Text Example


Text Example

White with #B44831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44831; }

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

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

background-color css

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

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

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

border-color css

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

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

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