Html Css Color HEX #BA443A Medium Carmine

📋 copy color: '#BA443A'

red 186 ◦ green 68 ◦ blue 58

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

Shades of Medium Carmine #BA443A

Tints of Medium Carmine #BA443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 59.62%
G = 21.79%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA443A (or 0xBA443A) is known color: Medium Carmine. HEX triplet: BA, 44 and 3A. RGB value is (186,68,58). Sum of RGB (Red+Green+Blue) = 186+68+58=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA443A is #45BBC5. Grayscale: #666666. Windows color (decimal): -4570054 or 3818682. OLE color: 3818682.

HSL color Cylindrical-coordinate representation of color #BA443A: hue angle of 4.69º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA443A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 68 58 -
CMYK 0 0.63 0.69 0.27
HSL 4.69º 0.52% 0.48% -
HSV(B) 4.69º 0.69% 0.73% -
XYZ 23.08 14.88 5.66 -
YUV 102.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 186 68 58 0 0.63 0.69 0.27 4.69 0.52 0.48
Hex BA 44 3A 0 3F 45 1B 5 34 30
Octal 272 104 72 0 77 105 33 5 64 60
Binary 10111010 1000100 111010 0 111111 1000101 11011 101 110100 110000

Color Harmonies of #BA443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA443A

Black with #BA443A

Text Example


Text Example

White with #BA443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA443A; }

 p { color: rgb(186,68,58); }

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

background-color css

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

 a { background-color: rgb(186,68,58); }

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

border-color css

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

 span { border-color: rgb(186,68,58); }

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