Html Css Color HEX #B43431 Medium Carmine

📋 copy color: '#B43431'

red 180 ◦ green 52 ◦ blue 49

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

Shades of Medium Carmine #B43431

Tints of Medium Carmine #B43431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 64.06%
G = 18.51%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B43431 (or 0xB43431) is known color: Medium Carmine. HEX triplet: B4, 34 and 31. RGB value is (180,52,49). Sum of RGB (Red+Green+Blue) = 180+52+49=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B43431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43431 is #4BCBCE. Grayscale: #5A5A5A. Windows color (decimal): -4967375 or 3224756. OLE color: 3224756.

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

Color convert

RGB 180 52 49 -
CMYK 0 0.71 0.73 0.29
HSL 1.37º 0.57% 0.45% -
HSV(B) 1.37º 0.73% 0.71% -
XYZ 20.6 12.38 4.21 -
YUV 89.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 180 52 49 0 0.71 0.73 0.29 1.37 0.57 0.45
Hex B4 34 31 0 47 49 1D 1 39 2D
Octal 264 64 61 0 107 111 35 1 71 55
Binary 10110100 110100 110001 0 1000111 1001001 11101 1 111001 101101

Color Harmonies of #B43431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43431

Black with #B43431

Text Example


Text Example

White with #B43431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43431; }

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

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

background-color css

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

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

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

border-color css

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

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

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