Html Css Color HEX #B43732 Medium Carmine

📋 copy color: '#B43732'

red 180 ◦ green 55 ◦ blue 50

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

Shades of Medium Carmine #B43732

Tints of Medium Carmine #B43732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 63.16%
G = 19.3%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B43732 (or 0xB43732) is known color: Medium Carmine. HEX triplet: B4, 37 and 32. RGB value is (180,55,50). Sum of RGB (Red+Green+Blue) = 180+55+50=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B43732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43732 is #4BC8CD. Grayscale: #5B5B5B. Windows color (decimal): -4966606 or 3291060. OLE color: 3291060.

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

Color convert

RGB 180 55 50 -
CMYK 0 0.69 0.72 0.29
HSL 2.31º 0.57% 0.45% -
HSV(B) 2.31º 0.72% 0.71% -
XYZ 20.76 12.67 4.37 -
YUV 91.81 104.41 190.91 -
System Red Green Blue C M Y K H S L
Decimal 180 55 50 0 0.69 0.72 0.29 2.31 0.57 0.45
Hex B4 37 32 0 45 48 1D 2 39 2D
Octal 264 67 62 0 105 110 35 2 71 55
Binary 10110100 110111 110010 0 1000101 1001000 11101 10 111001 101101

Color Harmonies of #B43732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43732

Black with #B43732

Text Example


Text Example

White with #B43732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43732; }

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

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

background-color css

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

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

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

border-color css

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

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

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