Html Css Color HEX #B43C2B Medium Carmine

📋 copy color: '#B43C2B'

red 180 ◦ green 60 ◦ blue 43

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

Shades of Medium Carmine #B43C2B

Tints of Medium Carmine #B43C2B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.2%

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

R = 63.6%
G = 21.2%
B = 15.19%

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

#B43C2B (or 0xB43C2B) is known color: Medium Carmine. HEX triplet: B4, 3C and 2B. RGB value is (180,60,43). Sum of RGB (Red+Green+Blue) = 180+60+43=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C2B is #4BC3D4. Grayscale: #5E5E5E. Windows color (decimal): -4965333 or 2833588. OLE color: 2833588.

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

Color convert

RGB 180 60 43 -
CMYK 0 0.67 0.76 0.29
HSL 7.45º 0.61% 0.44% -
HSV(B) 7.45º 0.76% 0.71% -
XYZ 20.87 13.11 3.72 -
YUV 93.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 180 60 43 0 0.67 0.76 0.29 7.45 0.61 0.44
Hex B4 3C 2B 0 43 4C 1D 7 3D 2C
Octal 264 74 53 0 103 114 35 7 75 54
Binary 10110100 111100 101011 0 1000011 1001100 11101 111 111101 101100

Color Harmonies of #B43C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C2B

Black with #B43C2B

Text Example


Text Example

White with #B43C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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