Html Css Color HEX #BA453A Medium Carmine

📋 copy color: '#BA453A'

red 186 ◦ green 69 ◦ blue 58

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

Shades of Medium Carmine #BA453A

Tints of Medium Carmine #BA453A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.04%

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

R = 59.42%
G = 22.04%
B = 18.53%

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

#BA453A (or 0xBA453A) is known color: Medium Carmine. HEX triplet: BA, 45 and 3A. RGB value is (186,69,58). Sum of RGB (Red+Green+Blue) = 186+69+58=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA453A is #45BAC5. Grayscale: #666666. Windows color (decimal): -4569798 or 3818938. OLE color: 3818938.

HSL color Cylindrical-coordinate representation of color #BA453A: hue angle of 5.16º 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 #BA453A is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 69 58 -
CMYK 0 0.63 0.69 0.27
HSL 5.16º 0.52% 0.48% -
HSV(B) 5.16º 0.69% 0.73% -
XYZ 23.14 15 5.68 -
YUV 102.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 186 69 58 0 0.63 0.69 0.27 5.16 0.52 0.48
Hex BA 45 3A 0 3F 45 1B 5 34 30
Octal 272 105 72 0 77 105 33 5 64 60
Binary 10111010 1000101 111010 0 111111 1000101 11011 101 110100 110000

Color Harmonies of #BA453A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA453A

Black with #BA453A

Text Example


Text Example

White with #BA453A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA453A; }

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

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

background-color css

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

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

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

border-color css

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

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

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