Html Css Color HEX #BA332B Medium Carmine

📋 copy color: '#BA332B'

red 186 ◦ green 51 ◦ blue 43

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

Shades of Medium Carmine #BA332B

Tints of Medium Carmine #BA332B

RGB

 RED value IS 186 (73.05% from 255) = 66.43%

 GREEN value IS 51 (20.31% from 255) = 18.21%

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

R = 66.43%
G = 18.21%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA332B (or 0xBA332B) is known color: Medium Carmine. HEX triplet: BA, 33 and 2B. RGB value is (186,51,43). Sum of RGB (Red+Green+Blue) = 186+51+43=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA332B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA332B is #45CCD4. Grayscale: #5A5A5A. Windows color (decimal): -4574421 or 2831290. OLE color: 2831290.

HSL color Cylindrical-coordinate representation of color #BA332B: hue angle of 3.36º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA332B is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 43 -
CMYK 0 0.73 0.77 0.27
HSL 3.36º 0.62% 0.45% -
HSV(B) 3.36º 0.77% 0.73% -
XYZ 21.87 12.98 3.64 -
YUV 90.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 186 51 43 0 0.73 0.77 0.27 3.36 0.62 0.45
Hex BA 33 2B 0 49 4D 1B 3 3E 2D
Octal 272 63 53 0 111 115 33 3 76 55
Binary 10111010 110011 101011 0 1001001 1001101 11011 11 111110 101101

Color Harmonies of #BA332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA332B

Black with #BA332B

Text Example


Text Example

White with #BA332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA332B; }

 p { color: rgb(186,51,43); }

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

background-color css

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

 a { background-color: rgb(186,51,43); }

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

border-color css

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

 span { border-color: rgb(186,51,43); }

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