Html Css Color HEX #BA443B Medium Carmine

📋 copy color: '#BA443B'

red 186 ◦ green 68 ◦ blue 59

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

Shades of Medium Carmine #BA443B

Tints of Medium Carmine #BA443B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 59.42%
G = 21.73%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA443B (or 0xBA443B) is known color: Medium Carmine. HEX triplet: BA, 44 and 3B. RGB value is (186,68,59). Sum of RGB (Red+Green+Blue) = 186+68+59=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA443B is #45BBC4. Grayscale: #666666. Windows color (decimal): -4570053 or 3884218. OLE color: 3884218.

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

Color convert

RGB 186 68 59 -
CMYK 0 0.63 0.68 0.27
HSL 4.25º 0.52% 0.48% -
HSV(B) 4.25º 0.68% 0.73% -
XYZ 23.11 14.89 5.79 -
YUV 102.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 186 68 59 0 0.63 0.68 0.27 4.25 0.52 0.48
Hex BA 44 3B 0 3F 44 1B 4 34 30
Octal 272 104 73 0 77 104 33 4 64 60
Binary 10111010 1000100 111011 0 111111 1000100 11011 100 110100 110000

Color Harmonies of #BA443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA443B

Black with #BA443B

Text Example


Text Example

White with #BA443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA443B; }

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

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

background-color css

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

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

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

border-color css

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

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

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