Html Css Color HEX #B43731 Medium Carmine

📋 copy color: '#B43731'

red 180 ◦ green 55 ◦ blue 49

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

Shades of Medium Carmine #B43731

Tints of Medium Carmine #B43731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

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

R = 63.38%
G = 19.37%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B43731 (or 0xB43731) is known color: Medium Carmine. HEX triplet: B4, 37 and 31. RGB value is (180,55,49). Sum of RGB (Red+Green+Blue) = 180+55+49=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B43731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43731 is #4BC8CE. Grayscale: #5B5B5B. Windows color (decimal): -4966607 or 3225524. OLE color: 3225524.

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

Color convert

RGB 180 55 49 -
CMYK 0 0.69 0.73 0.29
HSL 2.75º 0.57% 0.45% -
HSV(B) 2.75º 0.73% 0.71% -
XYZ 20.74 12.66 4.26 -
YUV 91.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 180 55 49 0 0.69 0.73 0.29 2.75 0.57 0.45
Hex B4 37 31 0 45 49 1D 3 39 2D
Octal 264 67 61 0 105 111 35 3 71 55
Binary 10110100 110111 110001 0 1000101 1001001 11101 11 111001 101101

Color Harmonies of #B43731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43731

Black with #B43731

Text Example


Text Example

White with #B43731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43731; }

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

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

background-color css

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

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

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

border-color css

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

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

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