Html Css Color HEX #B43B2B Medium Carmine

📋 copy color: '#B43B2B'

red 180 ◦ green 59 ◦ blue 43

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

Shades of Medium Carmine #B43B2B

Tints of Medium Carmine #B43B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.92%

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 63.83%
G = 20.92%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B43B2B (or 0xB43B2B) is known color: Medium Carmine. HEX triplet: B4, 3B and 2B. RGB value is (180,59,43). Sum of RGB (Red+Green+Blue) = 180+59+43=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43B2B is #4BC4D4. Grayscale: #5D5D5D. Windows color (decimal): -4965589 or 2833332. OLE color: 2833332.

HSL color Cylindrical-coordinate representation of color #B43B2B: hue angle of 7.01º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B43B2B is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 59 43 -
CMYK 0 0.67 0.76 0.29
HSL 7.01º 0.61% 0.44% -
HSV(B) 7.01º 0.76% 0.71% -
XYZ 20.82 13.01 3.7 -
YUV 93.36 99.59 189.8 -
System Red Green Blue C M Y K H S L
Decimal 180 59 43 0 0.67 0.76 0.29 7.01 0.61 0.44
Hex B4 3B 2B 0 43 4C 1D 7 3D 2C
Octal 264 73 53 0 103 114 35 7 75 54
Binary 10110100 111011 101011 0 1000011 1001100 11101 111 111101 101100

Color Harmonies of #B43B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B2B

Black with #B43B2B

Text Example


Text Example

White with #B43B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B2B; }

 p { color: rgb(180,59,43); }

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

background-color css

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

 a { background-color: rgb(180,59,43); }

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

border-color css

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

 span { border-color: rgb(180,59,43); }

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