Html Css Color HEX #B44931 Medium Carmine

📋 copy color: '#B44931'

red 180 ◦ green 73 ◦ blue 49

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

Shades of Medium Carmine #B44931

Tints of Medium Carmine #B44931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

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

R = 59.6%
G = 24.17%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B44931 (or 0xB44931) is known color: Medium Carmine. HEX triplet: B4, 49 and 31. RGB value is (180,73,49). Sum of RGB (Red+Green+Blue) = 180+73+49=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B44931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44931 is #4BB6CE. Grayscale: #666666. Windows color (decimal): -4961999 or 3230132. OLE color: 3230132.

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

Color convert

RGB 180 73 49 -
CMYK 0 0.59 0.73 0.29
HSL 10.99º 0.57% 0.45% -
HSV(B) 10.99º 0.73% 0.71% -
XYZ 21.76 14.69 4.59 -
YUV 102.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 180 73 49 0 0.59 0.73 0.29 10.99 0.57 0.45
Hex B4 49 31 0 3B 49 1D B 39 2D
Octal 264 111 61 0 73 111 35 13 71 55
Binary 10110100 1001001 110001 0 111011 1001001 11101 1011 111001 101101

Color Harmonies of #B44931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44931

Black with #B44931

Text Example


Text Example

White with #B44931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44931; }

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

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

background-color css

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

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

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

border-color css

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

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

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