Html Css Color HEX #B43736 Medium Carmine

📋 copy color: '#B43736'

red 180 ◦ green 55 ◦ blue 54

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

Shades of Medium Carmine #B43736

Tints of Medium Carmine #B43736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.69%

R = 62.28%
G = 19.03%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B43736 (or 0xB43736) is known color: Medium Carmine. HEX triplet: B4, 37 and 36. RGB value is (180,55,54). Sum of RGB (Red+Green+Blue) = 180+55+54=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B43736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43736 is #4BC8C9. Grayscale: #5C5C5C. Windows color (decimal): -4966602 or 3553204. OLE color: 3553204.

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

Color convert

RGB 180 55 54 -
CMYK 0 0.69 0.7 0.29
HSL 0.48º 0.54% 0.46% -
HSV(B) 0.48º 0.7% 0.71% -
XYZ 20.85 12.7 4.84 -
YUV 92.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 180 55 54 0 0.69 0.7 0.29 0.48 0.54 0.46
Hex B4 37 36 0 45 46 1D 0 36 2E
Octal 264 67 66 0 105 106 35 0 66 56
Binary 10110100 110111 110110 0 1000101 1000110 11101 0 110110 101110

Color Harmonies of #B43736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43736

Black with #B43736

Text Example


Text Example

White with #B43736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43736; }

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

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

background-color css

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

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

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

border-color css

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

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

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