Html Css Color HEX #BA332C Medium Carmine

📋 copy color: '#BA332C'

red 186 ◦ green 51 ◦ blue 44

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

Shades of Medium Carmine #BA332C

Tints of Medium Carmine #BA332C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.66%

R = 66.19%
G = 18.15%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA332C (or 0xBA332C) is known color: Medium Carmine. HEX triplet: BA, 33 and 2C. RGB value is (186,51,44). Sum of RGB (Red+Green+Blue) = 186+51+44=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA332C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA332C is #45CCD3. Grayscale: #5A5A5A. Windows color (decimal): -4574420 or 2896826. OLE color: 2896826.

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

Color convert

RGB 186 51 44 -
CMYK 0 0.73 0.76 0.27
HSL 2.96º 0.62% 0.45% -
HSV(B) 2.96º 0.76% 0.73% -
XYZ 21.89 12.99 3.74 -
YUV 90.57 101.73 196.07 -
System Red Green Blue C M Y K H S L
Decimal 186 51 44 0 0.73 0.76 0.27 2.96 0.62 0.45
Hex BA 33 2C 0 49 4C 1B 3 3E 2D
Octal 272 63 54 0 111 114 33 3 76 55
Binary 10111010 110011 101100 0 1001001 1001100 11011 11 111110 101101

Color Harmonies of #BA332C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA332C

Black with #BA332C

Text Example


Text Example

White with #BA332C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA332C; }

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

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

background-color css

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

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

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

border-color css

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

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

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