Html Css Color HEX #B43E2B Medium Carmine

📋 copy color: '#B43E2B'

red 180 ◦ green 62 ◦ blue 43

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

Shades of Medium Carmine #B43E2B

Tints of Medium Carmine #B43E2B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

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

R = 63.16%
G = 21.75%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B43E2B (or 0xB43E2B) is known color: Medium Carmine. HEX triplet: B4, 3E and 2B. RGB value is (180,62,43). Sum of RGB (Red+Green+Blue) = 180+62+43=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E2B is #4BC1D4. Grayscale: #5F5F5F. Windows color (decimal): -4964821 or 2834100. OLE color: 2834100.

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

Color convert

RGB 180 62 43 -
CMYK 0 0.66 0.76 0.29
HSL 8.32º 0.61% 0.44% -
HSV(B) 8.32º 0.76% 0.71% -
XYZ 20.98 13.32 3.75 -
YUV 95.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 180 62 43 0 0.66 0.76 0.29 8.32 0.61 0.44
Hex B4 3E 2B 0 42 4C 1D 8 3D 2C
Octal 264 76 53 0 102 114 35 10 75 54
Binary 10110100 111110 101011 0 1000010 1001100 11101 1000 111101 101100

Color Harmonies of #B43E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E2B

Black with #B43E2B

Text Example


Text Example

White with #B43E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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